summaryrefslogtreecommitdiff
path: root/noncore/games/go/main.cpp
Side-by-side diff
Diffstat (limited to 'noncore/games/go/main.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/go/main.cpp11
1 files changed, 2 insertions, 9 deletions
diff --git a/noncore/games/go/main.cpp b/noncore/games/go/main.cpp
index c7e2669..f24e3c3 100644
--- a/noncore/games/go/main.cpp
+++ b/noncore/games/go/main.cpp
@@ -24,12 +24,5 @@
-#include <stdio.h>
+#include <opie/oapplicationfactory.h>
-int main( int argc, char ** argv)
-{
- QPEApplication app( argc, argv );
+OPIE_EXPORT_APP( OApplicationFactory<GoMainWidget> )
- GoMainWidget m;
- m.setCaption( GoWidget::tr("Go") );
- app.showMainWidget( &m );
- return app.exec();
-}