summaryrefslogtreecommitdiff
path: root/core
Side-by-side diff
Diffstat (limited to 'core') (more/less context) (ignore whitespace changes)
-rw-r--r--core/apps/taboapp/config.in2
-rw-r--r--core/apps/taboapp/main.cpp4
-rw-r--r--core/apps/taboapp/taboapp.pro4
3 files changed, 5 insertions, 5 deletions
diff --git a/core/apps/taboapp/config.in b/core/apps/taboapp/config.in
index 1b9cdd5..8f5136b 100644
--- a/core/apps/taboapp/config.in
+++ b/core/apps/taboapp/config.in
@@ -3,2 +3,2 @@
default "n"
- depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && OAPP && EXPERIMENTAL
+ depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2UI && OAPP && EXPERIMENTAL
diff --git a/core/apps/taboapp/main.cpp b/core/apps/taboapp/main.cpp
index 5f7f86c..4b9451e 100644
--- a/core/apps/taboapp/main.cpp
+++ b/core/apps/taboapp/main.cpp
@@ -8,3 +8,3 @@
-#include <opie/otabwidget.h>
+#include <opie2/otabwidget.h>
@@ -52,3 +52,3 @@ int main( int argc, char **argv )
a.showMainDocumentWidget(tabwidget);
- return a.exec();
+ return a.exec();
}
diff --git a/core/apps/taboapp/taboapp.pro b/core/apps/taboapp/taboapp.pro
index d915921..0e8b66d 100644
--- a/core/apps/taboapp/taboapp.pro
+++ b/core/apps/taboapp/taboapp.pro
@@ -6,6 +6,6 @@ SOURCES = main.cpp
-INCLUDEPATH += $(OPIEDIR)/include
+INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include .
TARGET = taboapp
-LIBS += -lqpe -lopie -loapp
+LIBS += -lqpe -lopieui2 -loapp
INCLUDEPATH += $(OPIEDIR)/core/apps/oapp