author | drw <drw> | 2004-02-22 00:43:07 (UTC) |
---|---|---|
committer | drw <drw> | 2004-02-22 00:43:07 (UTC) |
commit | 7a37f198bf1718953128a41bc4ab48a2b118e0b9 (patch) (unidiff) | |
tree | 0a65eff666de0caf5f58dd3c83f39ac1de8ae29a | |
parent | a9ad081e1e68199ffd4f660120085cbd036847ff (diff) | |
download | opie-7a37f198bf1718953128a41bc4ab48a2b118e0b9.zip opie-7a37f198bf1718953128a41bc4ab48a2b118e0b9.tar.gz opie-7a37f198bf1718953128a41bc4ab48a2b118e0b9.tar.bz2 |
DocTab: libopie->libopie2
-rw-r--r-- | noncore/settings/doctab/doctab.pro | 14 | ||||
-rw-r--r-- | noncore/settings/doctab/main.cpp | 2 | ||||
-rw-r--r-- | noncore/settings/doctab/opie-doctab.control | 2 |
3 files changed, 9 insertions, 9 deletions
diff --git a/noncore/settings/doctab/doctab.pro b/noncore/settings/doctab/doctab.pro index d12ac2d..1938ce3 100644 --- a/noncore/settings/doctab/doctab.pro +++ b/noncore/settings/doctab/doctab.pro | |||
@@ -1,10 +1,10 @@ | |||
1 | CONFIG += qt warn_on release quick-app | 1 | CONFIG += qt warn_on release quick-app |
2 | HEADERS = doctab.h | 2 | HEADERS = doctab.h |
3 | SOURCES = doctab.cpp main.cpp | 3 | SOURCES = doctab.cpp main.cpp |
4 | INTERFACES= doctabsettingsbase.ui | 4 | INTERFACES = doctabsettingsbase.ui |
5 | INCLUDEPATH += $(OPIEDIR)/include | 5 | INCLUDEPATH += $(OPIEDIR)/include |
6 | DEPENDPATH+= ../$(OPIEDIR)/include | 6 | DEPENDPATH += ../$(OPIEDIR)/include |
7 | LIBS += -lqpe | 7 | LIBS += -lqpe -lopiecore2 |
8 | TARGET = doctab | 8 | TARGET = doctab |
9 | 9 | ||
10 | include ( $(OPIEDIR)/include.pro ) | 10 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/settings/doctab/main.cpp b/noncore/settings/doctab/main.cpp index ba3e20c..13591e0 100644 --- a/noncore/settings/doctab/main.cpp +++ b/noncore/settings/doctab/main.cpp | |||
@@ -19,7 +19,7 @@ | |||
19 | **********************************************************************/ | 19 | **********************************************************************/ |
20 | 20 | ||
21 | #include "doctab.h" | 21 | #include "doctab.h" |
22 | 22 | ||
23 | #include <opie/oapplicationfactory.h> | 23 | #include <opie2/oapplicationfactory.h> |
24 | 24 | ||
25 | OPIE_EXPORT_APP( OApplicationFactory<DocTabSettings> ) | 25 | OPIE_EXPORT_APP( OApplicationFactory<DocTabSettings> ) |
diff --git a/noncore/settings/doctab/opie-doctab.control b/noncore/settings/doctab/opie-doctab.control index 4c5c7d0..84104b1 100644 --- a/noncore/settings/doctab/opie-doctab.control +++ b/noncore/settings/doctab/opie-doctab.control | |||
@@ -3,7 +3,7 @@ Files: plugins/application/libdoctab.so* bin/doctab apps/Settings/DocTab.desktop | |||
3 | Priority: optional | 3 | Priority: optional |
4 | Section: opie/settings | 4 | Section: opie/settings |
5 | Maintainer: The Opie Team <opie-devel@handhelds.org> | 5 | Maintainer: The Opie Team <opie-devel@handhelds.org> |
6 | Architecture: arm | 6 | Architecture: arm |
7 | Depends: task-opie-minimal | 7 | Depends: task-opie-minimal, libopiecore2 |
8 | Description: DocTab settings dialog for the Opie environment. | 8 | Description: DocTab settings dialog for the Opie environment. |
9 | Version: $QPE_VERSION$EXTRAVERSION | 9 | Version: $QPE_VERSION$EXTRAVERSION |