summaryrefslogtreecommitdiff
path: root/noncore/net/opieirc/main.cpp
Unidiff
Diffstat (limited to 'noncore/net/opieirc/main.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/opieirc/main.cpp9
1 files changed, 3 insertions, 6 deletions
diff --git a/noncore/net/opieirc/main.cpp b/noncore/net/opieirc/main.cpp
index 43e63af..39acfcc 100644
--- a/noncore/net/opieirc/main.cpp
+++ b/noncore/net/opieirc/main.cpp
@@ -3,8 +3,5 @@
3 3
4int main(int argc, char **argv) { 4#include <opie/oapplicationfactory.h>
5 QPEApplication a(argc, argv);
6 MainWindow mw;
7 a.showMainWidget(&mw);
8 return a.exec();
9}
10 5
6
7OPIE_EXPORT_APP( OApplicationFactory<MainWindow> )