summaryrefslogtreecommitdiff
path: root/noncore/apps/confedit/main.cpp
authortille <tille>2003-09-03 15:49:42 (UTC)
committer tille <tille>2003-09-03 15:49:42 (UTC)
commit577cdc4f2ce81eaceb132af08d8ab6fe12b4eadc (patch) (unidiff)
tree56416720d3c76eb8be931fbc27a82a7a7c5c5967 /noncore/apps/confedit/main.cpp
parent9bcca67b731d0cf3c10092ec31234d5d03cef5cd (diff)
downloadopie-577cdc4f2ce81eaceb132af08d8ab6fe12b4eadc.zip
opie-577cdc4f2ce81eaceb132af08d8ab6fe12b4eadc.tar.gz
opie-577cdc4f2ce81eaceb132af08d8ab6fe12b4eadc.tar.bz2
libopie2fied
it was always a test app ;)
Diffstat (limited to 'noncore/apps/confedit/main.cpp') (more/less context) (ignore 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
@@ -1,12 +1,11 @@
1 1
2#include "mainwindow.h" 2#include "mainwindow.h"
3 3
4#include <qpe/qpeapplication.h> 4#include <opie2/oapplication.h>
5 5
6int main( int argc, char ** argv ) 6int 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;
11 mw.showMaximized(); 10 mw.showMaximized();
12 a.showMainDocumentWidget( &mw ); 11 a.showMainDocumentWidget( &mw );