summaryrefslogtreecommitdiff
authordrw <drw>2004-02-23 17:15:21 (UTC)
committer drw <drw>2004-02-23 17:15:21 (UTC)
commit11ce1ebba482ce4abd4350024be2b4c5d5b37f5f (patch) (unidiff)
treecaac70199caceaac7532661688eabe8c64cbbab2
parent2f11aa15eeb70dd8826523597adb8947fdffbaa7 (diff)
downloadopie-11ce1ebba482ce4abd4350024be2b4c5d5b37f5f.zip
opie-11ce1ebba482ce4abd4350024be2b4c5d5b37f5f.tar.gz
opie-11ce1ebba482ce4abd4350024be2b4c5d5b37f5f.tar.bz2
Opie-Sheet: libopie->libopie2
Diffstat (more/less context) (ignore 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.pro14
4 files changed, 10 insertions, 12 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
@@ -1,4 +1,4 @@
1 config OPIE-SHEET 1 config OPIE-SHEET
2 boolean "opie-sheet (spreadsheet calculation program)" 2 boolean "opie-sheet (spreadsheet calculation program)"
3 default "y" 3 default "y"
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE 4 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
@@ -12,11 +12,9 @@
12 * by Serdar Ozler <sozler@sitebest.com> 12 * by Serdar Ozler <sozler@sitebest.com>
13 */ 13 */
14 14
15#include <qpe/qpeapplication.h>
16
17#include "mainwindow.h" 15#include "mainwindow.h"
18 16
19#include <opie/oapplicationfactory.h> 17#include <opie2/oapplicationfactory.h>
20 18
21OPIE_EXPORT_APP( OApplicationFactory<MainWindow> ) 19OPIE_EXPORT_APP( OApplicationFactory<MainWindow> )
22 20
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
@@ -5,7 +5,7 @@ Section: opie/applications
5Maintainer: Serdar Ozler <sozler@sitebest.com> 5Maintainer: Serdar Ozler <sozler@sitebest.com>
6Architecture: arm 6Architecture: arm
7Version: $QPE_VERSION$EXTRAVERSION 7Version: $QPE_VERSION$EXTRAVERSION
8Depends: task-opie-minimal 8Depends: task-opie-minimal, libopiecore2
9License: Public Domain 9License: Public Domain
10Description: Opie Sheet 10Description: Opie Sheet
11 Spreadsheet software for Opie. 11 Spreadsheet software for Opie.
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
@@ -1,9 +1,9 @@
1 CONFIG = qt warn_on release quick-app 1CONFIG = qt warn_on release quick-app
2 HEADERS = mainwindow.h sheet.h cellformat.h finddlg.h numberdlg.h sortdlg.h textdlg.h Excel.h 2HEADERS = mainwindow.h sheet.h cellformat.h finddlg.h numberdlg.h sortdlg.h textdlg.h Excel.h
3 SOURCES = main.cpp mainwindow.cpp sheet.cpp cellformat.cpp finddlg.cpp numberdlg.cpp sortdlg.cpp textdlg.cpp Excel.cpp 3SOURCES = main.cpp mainwindow.cpp sheet.cpp cellformat.cpp finddlg.cpp numberdlg.cpp sortdlg.cpp textdlg.cpp Excel.cpp
4 INCLUDEPATH+= $(OPIEDIR)/include 4INCLUDEPATH += $(OPIEDIR)/include
5 DEPENDPATH+= $(OPIEDIR)/include 5DEPENDPATH += $(OPIEDIR)/include
6LIBS += -lqpe 6LIBS += -lqpe -lopiecore2
7 TARGET = sheetqt 7TARGET = sheetqt
8 8
9include ( $(OPIEDIR)/include.pro ) 9include ( $(OPIEDIR)/include.pro )