-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 | |||
@@ -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 | |||
@@ -15,11 +15,11 @@ | |||
15 | ** | 15 | ** |
16 | ** Contact info@trolltech.com if any conditions of this licensing are | 16 | ** Contact info@trolltech.com if any conditions of this licensing are |
17 | ** not clear to you. | 17 | ** not clear to you. |
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 | ||
24 | OPIE_EXPORT_APP( OApplicationFactory<TableViewerWindow> ) | 24 | OPIE_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 | |||
@@ -2,10 +2,10 @@ Package: opie-tableviewer | |||
2 | Files: plugins/application/libtableviewer.so* bin/tableviewer apps/Applications/tableviewer.desktop | 2 | Files: plugins/application/libtableviewer.so* bin/tableviewer apps/Applications/tableviewer.desktop |
3 | Priority: optional | 3 | Priority: optional |
4 | Section: opie/applications | 4 | Section: opie/applications |
5 | Maintainer: Opie Team <opie@handhelds.org> | 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. |
11 | Version: $QPE_VERSION$EXTRAVERSION | 11 | Version: $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 | |||
@@ -30,9 +30,9 @@ SOURCES = main.cpp \ | |||
30 | db/csvsource.cpp \ | 30 | db/csvsource.cpp \ |
31 | db/common.cpp | 31 | db/common.cpp |
32 | INTERFACES= ui/tvkeyedit_gen.ui | 32 | INTERFACES= ui/tvkeyedit_gen.ui |
33 | TARGET = tableviewer | 33 | 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 ) |