summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-write/main.cpp
Unidiff
Diffstat (limited to 'noncore/apps/opie-write/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-write/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/apps/opie-write/main.cpp b/noncore/apps/opie-write/main.cpp
index 2cdfa55..6a8aaaa 100644
--- a/noncore/apps/opie-write/main.cpp
+++ b/noncore/apps/opie-write/main.cpp
@@ -16,13 +16,13 @@
16** 16**
17** Contact info@trolltech.com if any conditions of this licensing are 17** Contact info@trolltech.com if any conditions of this licensing are
18** not clear to you. 18** not clear to you.
19** 19**
20**********************************************************************/ 20**********************************************************************/
21 21
22#include <qpe/qpeapplication.h>
23#include <opie/oapplicationfactory.h>
24#include "mainwindow.h" 22#include "mainwindow.h"
25 23
24#include <opie2/oapplicationfactory.h>
25
26OPIE_EXPORT_APP( OApplicationFactory<MainWindow> ) 26OPIE_EXPORT_APP( OApplicationFactory<MainWindow> )
27 27
28 28