summaryrefslogtreecommitdiff
path: root/noncore/tools/clock/main.cpp
Unidiff
Diffstat (limited to 'noncore/tools/clock/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/clock/main.cpp11
1 files changed, 2 insertions, 9 deletions
diff --git a/noncore/tools/clock/main.cpp b/noncore/tools/clock/main.cpp
index cbfb73b..4a5e523 100644
--- a/noncore/tools/clock/main.cpp
+++ b/noncore/tools/clock/main.cpp
@@ -22,13 +22,6 @@
22 22
23#include <qpe/qpeapplication.h> 23#include <qpe/qpeapplication.h>
24#include <opie/oapplicationfactory.h>
24 25
25int main( int argc, char ** argv )
26{
27 QPEApplication a( argc, argv );
28 26
29 Clock mw; 27OPIE_EXPORT_APP( OApplicationFactory<Clock> )
30 mw.setCaption( Clock::tr("Clock") );
31 a.showMainWidget( &mw );
32
33 return a.exec();
34}