summaryrefslogtreecommitdiff
path: root/core/apps
authordrw <drw>2004-02-23 23:12:27 (UTC)
committer drw <drw>2004-02-23 23:12:27 (UTC)
commitbff739b1760881bb326ec38ebe62a52195b8c032 (patch) (unidiff)
treeaf346d65cb9ce04c9264b518938d2b8a384e0c27 /core/apps
parent728207110007fd6ab6ca945905e7236326a797d7 (diff)
downloadopie-bff739b1760881bb326ec38ebe62a52195b8c032.zip
opie-bff739b1760881bb326ec38ebe62a52195b8c032.tar.gz
opie-bff739b1760881bb326ec38ebe62a52195b8c032.tar.bz2
Tab OApp: libopie->libopie2
Diffstat (limited to 'core/apps') (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 @@
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
@@ -8,3 +8,3 @@
8 8
9#include <opie/otabwidget.h> 9#include <opie2/otabwidget.h>
10 10
@@ -52,3 +52,3 @@ int main( int argc, char **argv )
52 a.showMainDocumentWidget(tabwidget); 52 a.showMainDocumentWidget(tabwidget);
53 return a.exec(); 53 return a.exec();
54} 54}
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
6 6
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