summaryrefslogtreecommitdiff
path: root/noncore/games
authorharlekin <harlekin>2004-10-19 17:54:31 (UTC)
committer harlekin <harlekin>2004-10-19 17:54:31 (UTC)
commit83ca39fca3b29dc6d5a8523407fefed39e13dd8b (patch) (side-by-side diff)
tree964671c14fca2221cc85eb10f9073a8fd9147eaf /noncore/games
parent737eb943b4d38399f01838a4bb6784f64f6cf42e (diff)
downloadopie-83ca39fca3b29dc6d5a8523407fefed39e13dd8b.zip
opie-83ca39fca3b29dc6d5a8523407fefed39e13dd8b.tar.gz
opie-83ca39fca3b29dc6d5a8523407fefed39e13dd8b.tar.bz2
somewhere on some cvs merge the update of mindbreaker to the new quicklaunch system was lost, now it works again
Diffstat (limited to 'noncore/games') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/mindbreaker/main.cpp15
-rw-r--r--noncore/games/mindbreaker/mindbreaker.pro2
2 files changed, 4 insertions, 13 deletions
diff --git a/noncore/games/mindbreaker/main.cpp b/noncore/games/mindbreaker/main.cpp
index 2ca16e3..e0993b5 100644
--- a/noncore/games/mindbreaker/main.cpp
+++ b/noncore/games/mindbreaker/main.cpp
@@ -20,16 +20,7 @@
#include "mindbreaker.h"
-#include <qtopia/qpeapplication.h>
+#include <opie2/oapplicationfactory.h>
-int main( int argc, char **argv )
-{
- QPEApplication a( argc, argv );
-
- MindBreaker w;
- w.setCaption(MindBreaker::tr("Mind Breaker"));
- QPEApplication::setInputMethodHint( &w, QPEApplication::AlwaysOff );
- a.showMainWidget(&w);
-
- return a.exec();
-}
+using namespace Opie::Core;
+OPIE_EXPORT_APP( OApplicationFactory<MindBreaker> ) \ No newline at end of file
diff --git a/noncore/games/mindbreaker/mindbreaker.pro b/noncore/games/mindbreaker/mindbreaker.pro
index 9b5ca57..31c824d 100644
--- a/noncore/games/mindbreaker/mindbreaker.pro
+++ b/noncore/games/mindbreaker/mindbreaker.pro
@@ -1,4 +1,4 @@
-CONFIG += qt warn_on quick-app
+CONFIG += qt warn_on quick-app
HEADERS = mindbreaker.h
SOURCES = main.cpp \
mindbreaker.cpp