summaryrefslogtreecommitdiff
path: root/noncore/apps/confedit/main.cpp
Unidiff
Diffstat (limited to 'noncore/apps/confedit/main.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/confedit/main.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/noncore/apps/confedit/main.cpp b/noncore/apps/confedit/main.cpp
index 6c18adb..7e7f064 100644
--- a/noncore/apps/confedit/main.cpp
+++ b/noncore/apps/confedit/main.cpp
@@ -3,3 +3,3 @@
3 3
4#include <qpe/qpeapplication.h> 4#include <opie2/oapplication.h>
5 5
@@ -7,4 +7,3 @@ int main( int argc, char ** argv )
7{ 7{
8 8 OApplication a( argc, argv, "confedit" );
9 QPEApplication a( argc, argv );
10 MainWindow mw; 9 MainWindow mw;