summaryrefslogtreecommitdiff
path: root/noncore/apps/tinykate/main.cpp
Unidiff
Diffstat (limited to 'noncore/apps/tinykate/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/tinykate/main.cpp10
1 files changed, 2 insertions, 8 deletions
diff --git a/noncore/apps/tinykate/main.cpp b/noncore/apps/tinykate/main.cpp
index e06668a..e21c040 100644
--- a/noncore/apps/tinykate/main.cpp
+++ b/noncore/apps/tinykate/main.cpp
@@ -15,3 +15,2 @@
15 ***************************************************************************/ 15 ***************************************************************************/
16#include <qpe/qpeapplication.h>
17#include <qmainwindow.h> 16#include <qmainwindow.h>
@@ -19,10 +18,5 @@
19 18
19#include <opie/oapplicationfactory.h>
20 20
21int main( int argc, char ** argv ) 21OPIE_EXPORT_APP( OApplicationFactory<TinyKate> )
22{
23 QPEApplication a( argc, argv );
24 22
25 TinyKate m;
26 a.showMainWidget(&m );
27 return a.exec();
28}