summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-bartender/main.cpp
Unidiff
Diffstat (limited to 'noncore/apps/opie-bartender/main.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-bartender/main.cpp12
1 files changed, 2 insertions, 10 deletions
diff --git a/noncore/apps/opie-bartender/main.cpp b/noncore/apps/opie-bartender/main.cpp
index eefda7f..593f693 100644
--- a/noncore/apps/opie-bartender/main.cpp
+++ b/noncore/apps/opie-bartender/main.cpp
@@ -8,16 +8,8 @@
8 ***************************************************************************/ 8 ***************************************************************************/
9 9
10#include "bartender.h" 10#include "bartender.h"
11#include <qpe/qpeapplication.h> 11#include <qpe/qpeapplication.h>
12#include <opie2/oapplicationfactory.h>
12 13
13//Bartender *bart;
14 14
15int main( int argc, char ** argv ) 15OPIE_EXPORT_APP( Opie::Core::OApplicationFactory<Bartender> )
16{
17 QPEApplication a( argc, argv );
18
19 Bartender bart;
20 a.showMainWidget( &bart );
21
22 return a.exec();
23}