summaryrefslogtreecommitdiff
authordrw <drw>2004-02-23 17:15:21 (UTC)
committer drw <drw>2004-02-23 17:15:21 (UTC)
commit11ce1ebba482ce4abd4350024be2b4c5d5b37f5f (patch) (side-by-side diff)
treecaac70199caceaac7532661688eabe8c64cbbab2
parent2f11aa15eeb70dd8826523597adb8947fdffbaa7 (diff)
downloadopie-11ce1ebba482ce4abd4350024be2b4c5d5b37f5f.zip
opie-11ce1ebba482ce4abd4350024be2b4c5d5b37f5f.tar.gz
opie-11ce1ebba482ce4abd4350024be2b4c5d5b37f5f.tar.bz2
Opie-Sheet: libopie->libopie2
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-sheet/config.in2
-rw-r--r--noncore/apps/opie-sheet/main.cpp4
-rw-r--r--noncore/apps/opie-sheet/opie-sheet.control2
-rw-r--r--noncore/apps/opie-sheet/opie-sheet.pro2
4 files changed, 4 insertions, 6 deletions
diff --git a/noncore/apps/opie-sheet/config.in b/noncore/apps/opie-sheet/config.in
index c0e532b..2bdc50a 100644
--- a/noncore/apps/opie-sheet/config.in
+++ b/noncore/apps/opie-sheet/config.in
@@ -3,2 +3,2 @@
default "y"
- depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE
+ depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE
diff --git a/noncore/apps/opie-sheet/main.cpp b/noncore/apps/opie-sheet/main.cpp
index d0a2995..c7a7d88 100644
--- a/noncore/apps/opie-sheet/main.cpp
+++ b/noncore/apps/opie-sheet/main.cpp
@@ -14,7 +14,5 @@
-#include <qpe/qpeapplication.h>
-
#include "mainwindow.h"
-#include <opie/oapplicationfactory.h>
+#include <opie2/oapplicationfactory.h>
diff --git a/noncore/apps/opie-sheet/opie-sheet.control b/noncore/apps/opie-sheet/opie-sheet.control
index f78c72a..2ec2274 100644
--- a/noncore/apps/opie-sheet/opie-sheet.control
+++ b/noncore/apps/opie-sheet/opie-sheet.control
@@ -7,3 +7,3 @@ Architecture: arm
Version: $QPE_VERSION$EXTRAVERSION
-Depends: task-opie-minimal
+Depends: task-opie-minimal, libopiecore2
License: Public Domain
diff --git a/noncore/apps/opie-sheet/opie-sheet.pro b/noncore/apps/opie-sheet/opie-sheet.pro
index 334a221..8d50360 100644
--- a/noncore/apps/opie-sheet/opie-sheet.pro
+++ b/noncore/apps/opie-sheet/opie-sheet.pro
@@ -5,3 +5,3 @@ INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
-LIBS += -lqpe
+LIBS += -lqpe -lopiecore2
TARGET = sheetqt