author | drw <drw> | 2004-02-23 17:17:55 (UTC) |
---|---|---|
committer | drw <drw> | 2004-02-23 17:17:55 (UTC) |
commit | 8251b9ad05907eaf63035e549f51a4bdb15ea2e3 (patch) (unidiff) | |
tree | d9d25b117f6feb0bfa9a76eca8a91ea3a5e4afaa | |
parent | 11ce1ebba482ce4abd4350024be2b4c5d5b37f5f (diff) | |
download | opie-8251b9ad05907eaf63035e549f51a4bdb15ea2e3.zip opie-8251b9ad05907eaf63035e549f51a4bdb15ea2e3.tar.gz opie-8251b9ad05907eaf63035e549f51a4bdb15ea2e3.tar.bz2 |
Opie-Write: libopie->libopie2
-rw-r--r-- | noncore/apps/opie-write/config.in | 2 | ||||
-rw-r--r-- | noncore/apps/opie-write/main.cpp | 4 | ||||
-rw-r--r-- | noncore/apps/opie-write/opie-write.control | 6 | ||||
-rw-r--r-- | noncore/apps/opie-write/opie-write.pro | 36 |
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 | |||
@@ -3,2 +3,2 @@ | |||
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 | |||
@@ -21,6 +21,6 @@ | |||
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 | |||
26 | OPIE_EXPORT_APP( OApplicationFactory<MainWindow> ) | 26 | OPIE_EXPORT_APP( OApplicationFactory<MainWindow> ) |
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 | |||
@@ -4,6 +4,6 @@ Priority: optional | |||
4 | Section: opie/applications | 4 | Section: opie/applications |
5 | Maintainer: L.J. Potter <ljp@llornkcor.com> | 5 | Maintainer: L.J. Potter <ljp@llornkcor.com> |
6 | Architecture: arm | 6 | Architecture: arm |
7 | Depends: task-opie-minimal | 7 | Depends: task-opie-minimal, libopiecore2 |
8 | Description: Rich Text Editor | 8 | Description: Rich Text Editor |
9 | The rich text editor for the Opie environment. | 9 | The rich text editor for the Opie environment. |
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,25 +1,25 @@ | |||
1 | 1 | ||
2 | CONFIG += qt warn on release quick-app | 2 | CONFIG += qt warn on release quick-app |
3 | 3 | ||
4 | 4 | ||
5 | HEADERS =qcleanuphandler.h \ | 5 | HEADERS = 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 \ | 12 | SOURCES = 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 | 20 | INCLUDEPATH += $(OPIEDIR)/include |
21 | DEPENDPATH+= $(OPIEDIR)/include | 21 | DEPENDPATH += $(OPIEDIR)/include |
22 | LIBS += -lqpe | 22 | LIBS += -lqpe -lopiecore2 |
23 | 23 | ||
24 | TARGET = opie-write | 24 | TARGET = opie-write |
25 | 25 | ||