summaryrefslogtreecommitdiff
path: root/noncore/settings/doctab
authordrw <drw>2004-02-22 00:43:07 (UTC)
committer drw <drw>2004-02-22 00:43:07 (UTC)
commit7a37f198bf1718953128a41bc4ab48a2b118e0b9 (patch) (side-by-side diff)
tree0a65eff666de0caf5f58dd3c83f39ac1de8ae29a /noncore/settings/doctab
parenta9ad081e1e68199ffd4f660120085cbd036847ff (diff)
downloadopie-7a37f198bf1718953128a41bc4ab48a2b118e0b9.zip
opie-7a37f198bf1718953128a41bc4ab48a2b118e0b9.tar.gz
opie-7a37f198bf1718953128a41bc4ab48a2b118e0b9.tar.bz2
DocTab: libopie->libopie2
Diffstat (limited to 'noncore/settings/doctab') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/doctab/doctab.pro14
-rw-r--r--noncore/settings/doctab/main.cpp2
-rw-r--r--noncore/settings/doctab/opie-doctab.control2
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 @@
-CONFIG += qt warn_on release quick-app
-HEADERS = doctab.h
-SOURCES = doctab.cpp main.cpp
-INTERFACES = doctabsettingsbase.ui
+CONFIG += qt warn_on release quick-app
+HEADERS = doctab.h
+SOURCES = doctab.cpp main.cpp
+INTERFACES = doctabsettingsbase.ui
INCLUDEPATH += $(OPIEDIR)/include
-DEPENDPATH += ../$(OPIEDIR)/include
-LIBS += -lqpe
-TARGET = doctab
+DEPENDPATH += ../$(OPIEDIR)/include
+LIBS += -lqpe -lopiecore2
+TARGET = doctab
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 @@
#include "doctab.h"
-#include <opie/oapplicationfactory.h>
+#include <opie2/oapplicationfactory.h>
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
Section: opie/settings
Maintainer: The Opie Team <opie-devel@handhelds.org>
Architecture: arm
-Depends: task-opie-minimal
+Depends: task-opie-minimal, libopiecore2
Description: DocTab settings dialog for the Opie environment.
Version: $QPE_VERSION$EXTRAVERSION