summaryrefslogtreecommitdiff
path: root/noncore/multimedia/tonleiter/main.cpp
Unidiff
Diffstat (limited to 'noncore/multimedia/tonleiter/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/tonleiter/main.cpp11
1 files changed, 2 insertions, 9 deletions
diff --git a/noncore/multimedia/tonleiter/main.cpp b/noncore/multimedia/tonleiter/main.cpp
index 0eaa162..4b6a858 100644
--- a/noncore/multimedia/tonleiter/main.cpp
+++ b/noncore/multimedia/tonleiter/main.cpp
@@ -1,19 +1,12 @@
1/*************************************************************************** 1/***************************************************************************
2 * This program is free software; you can redistribute it and/or modify * 2 * This program is free software; you can redistribute it and/or modify *
3 * it under the terms of the GNU General Public License as published by * 3 * it under the terms of the GNU General Public License as published by *
4 * the Free Software Foundation; either version 2 of the License, or * 4 * the Free Software Foundation; either version 2 of the License, or *
5 * (at your option) any later version. * 5 * (at your option) any later version. *
6 ***************************************************************************/ 6 ***************************************************************************/
7 7
8#include "mainwidget.h" 8#include "mainwidget.h"
9#include <qpe/qpeapplication.h> 9#include <opie2/oapplicationfactory.h>
10
11int main(int argc, char* argv[])
12{
13 QPEApplication a(argc, argv);
14 MainWidget mw;
15 a.showMainWidget( &mw);
16 return a.exec();
17}
18 10
11OPIE_EXPORT_APP( Opie::Core::OApplicationFactory<MainWidget> )
19 12