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 | |||
@@ -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 | |||
@@ -1,28 +1,28 @@ | |||
1 | /********************************************************************** | 1 | /********************************************************************** |
2 | ** Copyright (C) 2000-2002 Trolltech AS. All rights reserved. | 2 | ** Copyright (C) 2000-2002 Trolltech AS. All rights reserved. |
3 | ** | 3 | ** |
4 | ** This file is part of the Qtopia Environment. | 4 | ** This file is part of the Qtopia Environment. |
5 | ** | 5 | ** |
6 | ** Licensees holding valid Qtopia Developer license may use this | 6 | ** Licensees holding valid Qtopia Developer license may use this |
7 | ** file in accordance with the Qtopia Developer License Agreement | 7 | ** file in accordance with the Qtopia Developer License Agreement |
8 | ** provided with the Software. | 8 | ** provided with the Software. |
9 | ** | 9 | ** |
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 | |||
26 | OPIE_EXPORT_APP( OApplicationFactory<MainWindow> ) | 26 | OPIE_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 | |||
@@ -1,10 +1,10 @@ | |||
1 | Package: opie-write | 1 | Package: opie-write |
2 | Files: plugins/application/libopie-write.so* bin/opie-write apps/Applications/opie-write.desktop pics/opie-write | 2 | Files: plugins/application/libopie-write.so* bin/opie-write apps/Applications/opie-write.desktop pics/opie-write |
3 | Priority: optional | 3 | 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. |
10 | Version: $QPE_VERSION$EXTRAVERSION | 10 | Version: $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 | 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 | ||
26 | 26 | ||
27 | include ( $(OPIEDIR)/include.pro ) | 27 | include ( $(OPIEDIR)/include.pro ) |