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) (unidiff)
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 @@
20 20
21#include "mindbreaker.h" 21#include "mindbreaker.h"
22 22
23#include <qtopia/qpeapplication.h> 23#include <opie2/oapplicationfactory.h>
24 24
25int main( int argc, char **argv ) 25using namespace Opie::Core;
26{ 26OPIE_EXPORT_APP( OApplicationFactory<MindBreaker> ) \ No newline at end of file
27 QPEApplication a( argc, argv );
28
29 MindBreaker w;
30 w.setCaption(MindBreaker::tr("Mind Breaker"));
31 QPEApplication::setInputMethodHint( &w, QPEApplication::AlwaysOff );
32 a.showMainWidget(&w);
33
34 return a.exec();
35}
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 @@
1CONFIG += qt warn_on quick-app 1CONFIG += qt warn_on quick-app
2 HEADERS = mindbreaker.h 2 HEADERS = mindbreaker.h
3 SOURCES = main.cpp \ 3 SOURCES = main.cpp \
4 mindbreaker.cpp 4 mindbreaker.cpp