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
@@ -10,19 +10,19 @@
10** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING 10** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING
11** THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR 11** THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR
12** PURPOSE. 12** PURPOSE.
13** 13**
14** email sales@trolltech.com for information about Qtopia License 14** email sales@trolltech.com for information about Qtopia License
15** Agreements. 15** Agreements.
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