-rw-r--r-- | core/apps/taboapp/config.in | 2 | ||||
-rw-r--r-- | core/apps/taboapp/main.cpp | 2 | ||||
-rw-r--r-- | core/apps/taboapp/taboapp.pro | 2 |
3 files changed, 3 insertions, 3 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 | |||
@@ -1,4 +1,4 @@ | |||
1 | config TABOAPP | 1 | config TABOAPP |
2 | boolean "taboapp" | 2 | boolean "taboapp" |
3 | default "n" | 3 | default "n" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && OAPP && EXPERIMENTAL | 4 | 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 | |||
@@ -6,7 +6,7 @@ | |||
6 | #include <oappinterface.h> | 6 | #include <oappinterface.h> |
7 | #include <oappplugin.h> | 7 | #include <oappplugin.h> |
8 | 8 | ||
9 | #include <opie/otabwidget.h> | 9 | #include <opie2/otabwidget.h> |
10 | 10 | ||
11 | int main( int argc, char **argv ) | 11 | int main( int argc, char **argv ) |
12 | { | 12 | { |
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 | |||
@@ -7,7 +7,7 @@ SOURCES = main.cpp | |||
7 | INCLUDEPATH+= $(OPIEDIR)/include | 7 | INCLUDEPATH+= $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include . | 8 | DEPENDPATH+= $(OPIEDIR)/include . |
9 | TARGET = taboapp | 9 | TARGET = taboapp |
10 | LIBS += -lqpe -lopie -loapp | 10 | LIBS += -lqpe -lopieui2 -loapp |
11 | INCLUDEPATH+= $(OPIEDIR)/core/apps/oapp | 11 | INCLUDEPATH+= $(OPIEDIR)/core/apps/oapp |
12 | DEPENDPATH+= $(OPIEDIR)/core/apps/oapp | 12 | DEPENDPATH+= $(OPIEDIR)/core/apps/oapp |
13 | MOC_DIR = .build | 13 | MOC_DIR = .build |