author | drw <drw> | 2004-02-23 18:31:24 (UTC) |
---|---|---|
committer | drw <drw> | 2004-02-23 18:31:24 (UTC) |
commit | 155281d14ac505d69ee0be82a5dbed97bc3fa9b7 (patch) (unidiff) | |
tree | b14db0369b6d045b6b6d6323790c400ff3258552 | |
parent | bce2a9995fa423f9fc796b46c548e47a45c9d247 (diff) | |
download | opie-155281d14ac505d69ee0be82a5dbed97bc3fa9b7.zip opie-155281d14ac505d69ee0be82a5dbed97bc3fa9b7.tar.gz opie-155281d14ac505d69ee0be82a5dbed97bc3fa9b7.tar.bz2 |
Table Viewer: libopie->libopie2
-rw-r--r-- | noncore/apps/tableviewer/config.in | 2 | ||||
-rw-r--r-- | noncore/apps/tableviewer/main.cpp | 4 | ||||
-rw-r--r-- | noncore/apps/tableviewer/opie-tableviewer.control | 2 | ||||
-rw-r--r-- | noncore/apps/tableviewer/tableviewer.pro | 2 |
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 | |||
@@ -2,3 +2,3 @@ | |||
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 | |||
@@ -19,6 +19,6 @@ | |||
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 | ||
24 | OPIE_EXPORT_APP( OApplicationFactory<TableViewerWindow> ) | 24 | OPIE_EXPORT_APP( OApplicationFactory<TableViewerWindow> ) |
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 | |||
@@ -6,5 +6,5 @@ Maintainer: Opie Team <opie@handhelds.org> | |||
6 | Architecture: arm | 6 | Architecture: arm |
7 | Arch: arm | 7 | Arch: arm |
8 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal, libopiecore2 |
9 | Description: XML database browsers | 9 | Description: XML database browsers |
10 | A table/database viewer for the Opie environment. | 10 | A table/database viewer for the Opie environment. |
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 | |||
@@ -34,5 +34,5 @@ TARGET = tableviewer | |||
34 | INCLUDEPATH += $(OPIEDIR)/include | 34 | INCLUDEPATH += $(OPIEDIR)/include |
35 | DEPENDPATH += $(OPIEDIR)/include | 35 | DEPENDPATH += $(OPIEDIR)/include |
36 | LIBS += -lqpe | 36 | LIBS += -lqpe -lopiecore2 |
37 | 37 | ||
38 | include ( $(OPIEDIR)/include.pro ) | 38 | include ( $(OPIEDIR)/include.pro ) |