From e8697a4281f7a265b69e6bf5253383c73a38626b Mon Sep 17 00:00:00 2001 From: mickeyl Date: Wed, 29 Oct 2003 16:45:13 +0000 Subject: merge noncore/tools/* --- (limited to 'noncore/tools/clock/main.cpp') 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 +#include -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 ) -- cgit v0.9.0.2