-rw-r--r-- | noncore/settings/doctab/doctab.pro | 2 | ||||
-rw-r--r-- | noncore/settings/doctab/main.cpp | 2 | ||||
-rw-r--r-- | noncore/settings/doctab/opie-doctab.control | 2 |
3 files changed, 3 insertions, 3 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 | |||
@@ -4,7 +4,7 @@ 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 | |||
@@ -20,6 +20,6 @@ | |||
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 | |||
@@ -4,6 +4,6 @@ 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 |