From bff739b1760881bb326ec38ebe62a52195b8c032 Mon Sep 17 00:00:00 2001 From: drw Date: Mon, 23 Feb 2004 23:12:27 +0000 Subject: Tab OApp: libopie->libopie2 --- (limited to 'core/apps/taboapp') 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 @@ config TABOAPP boolean "taboapp" 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 @@ -6,7 +6,7 @@ #include #include -#include +#include int main( int argc, char **argv ) { @@ -50,5 +50,5 @@ 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 @@ -4,10 +4,10 @@ DESTDIR = $(OPIEDIR)/bin 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 DEPENDPATH += $(OPIEDIR)/core/apps/oapp MOC_DIR = .build -- cgit v0.9.0.2