summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-write/config.in2
-rw-r--r--noncore/apps/opie-write/main.cpp4
-rw-r--r--noncore/apps/opie-write/opie-write.control6
-rw-r--r--noncore/apps/opie-write/opie-write.pro36
4 files changed, 24 insertions, 24 deletions
diff --git a/noncore/apps/opie-write/config.in b/noncore/apps/opie-write/config.in
index 624b1e5..3b2e3f3 100644
--- a/noncore/apps/opie-write/config.in
+++ b/noncore/apps/opie-write/config.in
@@ -1,4 +1,4 @@
1 config OPIE-WRITE 1 config OPIE-WRITE
2 boolean "opie-write (rich text editor)" 2 boolean "opie-write (rich text editor)"
3 default "y" 3 default "y"
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE
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
@@ -19,10 +19,10 @@
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
diff --git a/noncore/apps/opie-write/opie-write.control b/noncore/apps/opie-write/opie-write.control
index 880c2a8..6e7a9a9 100644
--- a/noncore/apps/opie-write/opie-write.control
+++ b/noncore/apps/opie-write/opie-write.control
@@ -2,9 +2,9 @@ Package: opie-write
2Files: plugins/application/libopie-write.so* bin/opie-write apps/Applications/opie-write.desktop pics/opie-write 2Files: plugins/application/libopie-write.so* bin/opie-write apps/Applications/opie-write.desktop pics/opie-write
3Priority: optional 3Priority: optional
4Section: opie/applications 4Section: opie/applications
5Maintainer: L.J. Potter <ljp@llornkcor.com> 5Maintainer: L.J. Potter <ljp@llornkcor.com>
6Architecture: arm 6Architecture: arm
7Depends: task-opie-minimal 7Depends: task-opie-minimal, libopiecore2
8Description: Rich Text Editor 8Description: Rich Text Editor
9 The rich text editor for the Opie environment. 9 The rich text editor for the Opie environment.
10Version: $QPE_VERSION$EXTRAVERSION 10Version: $QPE_VERSION$EXTRAVERSION
diff --git a/noncore/apps/opie-write/opie-write.pro b/noncore/apps/opie-write/opie-write.pro
index bbaacd3..d39bc9d 100644
--- a/noncore/apps/opie-write/opie-write.pro
+++ b/noncore/apps/opie-write/opie-write.pro
@@ -1,27 +1,27 @@
1 1
2 CONFIG += qt warn on release quick-app 2CONFIG += qt warn on release quick-app
3 3
4 4
5 HEADERS =qcleanuphandler.h \ 5HEADERS = qcleanuphandler.h \
6 qcomplextext_p.h \ 6 qcomplextext_p.h \
7 qrichtext_p.h \ 7 qrichtext_p.h \
8 qstylesheet.h \ 8 qstylesheet.h \
9 qtextedit.h \ 9 qtextedit.h \
10 mainwindow.h 10 mainwindow.h
11 11
12 SOURCES =qcomplextext.cpp \ 12SOURCES = qcomplextext.cpp \
13 qstylesheet.cpp \ 13 qstylesheet.cpp \
14 qrichtext_p.cpp \ 14 qrichtext_p.cpp \
15 qrichtext.cpp \ 15 qrichtext.cpp \
16 qtextedit.cpp \ 16 qtextedit.cpp \
17 main.cpp \ 17 main.cpp \
18 mainwindow.cpp 18 mainwindow.cpp
19 19
20 INCLUDEPATH+= $(OPIEDIR)/include 20INCLUDEPATH += $(OPIEDIR)/include
21 DEPENDPATH+= $(OPIEDIR)/include 21DEPENDPATH += $(OPIEDIR)/include
22LIBS += -lqpe 22LIBS += -lqpe -lopiecore2
23 23
24 TARGET = opie-write 24TARGET = opie-write
25 25
26 26
27include ( $(OPIEDIR)/include.pro ) 27include ( $(OPIEDIR)/include.pro )