summaryrefslogtreecommitdiff
path: root/noncore/tools/clock/main.cpp
Side-by-side diff
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
@@ -21,14 +21,7 @@
#include "clock.h"
#include <qpe/qpeapplication.h>
+#include <opie/oapplicationfactory.h>
-int main( int argc, char ** argv )
-{
- QPEApplication a( argc, argv );
- Clock mw;
- mw.setCaption( Clock::tr("Clock") );
- a.showMainWidget( &mw );
-
- return a.exec();
-}
+OPIE_EXPORT_APP( OApplicationFactory<Clock> )