summaryrefslogtreecommitdiff
path: root/noncore/games/bounce/main.cpp
Side-by-side diff
Diffstat (limited to 'noncore/games/bounce/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/bounce/main.cpp9
1 files changed, 2 insertions, 7 deletions
diff --git a/noncore/games/bounce/main.cpp b/noncore/games/bounce/main.cpp
index a6b7c1a..9ea86a6 100644
--- a/noncore/games/bounce/main.cpp
+++ b/noncore/games/bounce/main.cpp
@@ -18,12 +18,7 @@
#include <qpe/qpeapplication.h>
#include "kbounce.h"
+#include <opie/oapplicationfactory.h>
-int main(int argc, char **argv)
-{
- QPEApplication a( argc, argv );
- KJezzball *top = new KJezzball;
- a.showMainWidget(top);
+OPIE_EXPORT_APP( OApplicationFactory<KJezzball> )
- return a.exec();
-}