// // Author: Ian Reinhart Geiser , (C) 2004 // // Copyright: See COPYING file that comes with this distribution // // #include #include "posviewimp.h" int main ( int argc, char ** argv ) { TQApplication app( argc, argv ); POSViewImp *view = new POSViewImp; app.setMainWidget(view); view->show(); return app.exec(); }