#include "odfview.h" #include #include int main(int argc, char *argv[]) { QApplication a(argc, argv); OdfView view; view.show(); return a.exec(); }