summaryrefslogtreecommitdiff
authordrw <drw>2004-02-23 18:31:24 (UTC)
committer drw <drw>2004-02-23 18:31:24 (UTC)
commit155281d14ac505d69ee0be82a5dbed97bc3fa9b7 (patch) (unidiff)
treeb14db0369b6d045b6b6d6323790c400ff3258552
parentbce2a9995fa423f9fc796b46c548e47a45c9d247 (diff)
downloadopie-155281d14ac505d69ee0be82a5dbed97bc3fa9b7.zip
opie-155281d14ac505d69ee0be82a5dbed97bc3fa9b7.tar.gz
opie-155281d14ac505d69ee0be82a5dbed97bc3fa9b7.tar.bz2
Table Viewer: libopie->libopie2
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/tableviewer/config.in2
-rw-r--r--noncore/apps/tableviewer/main.cpp4
-rw-r--r--noncore/apps/tableviewer/opie-tableviewer.control2
-rw-r--r--noncore/apps/tableviewer/tableviewer.pro2
4 files changed, 5 insertions, 5 deletions
diff --git a/noncore/apps/tableviewer/config.in b/noncore/apps/tableviewer/config.in
index 5304974..7a4f051 100644
--- a/noncore/apps/tableviewer/config.in
+++ b/noncore/apps/tableviewer/config.in
@@ -1,4 +1,4 @@
1 config TABLEVIEWER 1 config TABLEVIEWER
2 boolean "opie-tableviewer (XML database browser)" 2 boolean "opie-tableviewer (XML database browser)"
3 default "y" 3 default "y"
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE
diff --git a/noncore/apps/tableviewer/main.cpp b/noncore/apps/tableviewer/main.cpp
index ce39c84..80a76e0 100644
--- a/noncore/apps/tableviewer/main.cpp
+++ b/noncore/apps/tableviewer/main.cpp
@@ -18,8 +18,8 @@
18** 18**
19**********************************************************************/ 19**********************************************************************/
20#include "tableviewer.h" 20#include "tableviewer.h"
21#include <qpe/qpeapplication.h> 21
22#include <opie/oapplicationfactory.h> 22#include <opie2/oapplicationfactory.h>
23 23
24OPIE_EXPORT_APP( OApplicationFactory<TableViewerWindow> ) 24OPIE_EXPORT_APP( OApplicationFactory<TableViewerWindow> )
25 25
diff --git a/noncore/apps/tableviewer/opie-tableviewer.control b/noncore/apps/tableviewer/opie-tableviewer.control
index 805781e..0681e08 100644
--- a/noncore/apps/tableviewer/opie-tableviewer.control
+++ b/noncore/apps/tableviewer/opie-tableviewer.control
@@ -5,7 +5,7 @@ Section: opie/applications
5Maintainer: Opie Team <opie@handhelds.org> 5Maintainer: Opie Team <opie@handhelds.org>
6Architecture: arm 6Architecture: arm
7Arch: arm 7Arch: arm
8Depends: task-opie-minimal 8Depends: task-opie-minimal, libopiecore2
9Description: XML database browsers 9Description: XML database browsers
10 A table/database viewer for the Opie environment. 10 A table/database viewer for the Opie environment.
11Version: $QPE_VERSION$EXTRAVERSION 11Version: $QPE_VERSION$EXTRAVERSION
diff --git a/noncore/apps/tableviewer/tableviewer.pro b/noncore/apps/tableviewer/tableviewer.pro
index 6af1655..376d768 100644
--- a/noncore/apps/tableviewer/tableviewer.pro
+++ b/noncore/apps/tableviewer/tableviewer.pro
@@ -33,6 +33,6 @@ INTERFACES = ui/tvkeyedit_gen.ui
33 TARGET = tableviewer 33 TARGET = tableviewer
34INCLUDEPATH += $(OPIEDIR)/include 34INCLUDEPATH += $(OPIEDIR)/include
35DEPENDPATH += $(OPIEDIR)/include 35DEPENDPATH += $(OPIEDIR)/include
36 LIBS += -lqpe 36 LIBS += -lqpe -lopiecore2
37 37
38include ( $(OPIEDIR)/include.pro ) 38include ( $(OPIEDIR)/include.pro )