-rw-r--r-- | noncore/settings/appearance2/appearance.cpp | 7 | ||||
-rw-r--r-- | noncore/settings/appearance2/appearance.h | 4 | ||||
-rw-r--r-- | noncore/settings/appearance2/appearance2.pro | 4 | ||||
-rw-r--r-- | noncore/settings/appearance2/editScheme.cpp | 2 | ||||
-rw-r--r-- | noncore/settings/appearance2/editScheme.h | 4 |
5 files changed, 12 insertions, 9 deletions
diff --git a/noncore/settings/appearance2/appearance.cpp b/noncore/settings/appearance2/appearance.cpp index ba12e55..b39203b 100644 --- a/noncore/settings/appearance2/appearance.cpp +++ b/noncore/settings/appearance2/appearance.cpp | |||
@@ -36,10 +36,9 @@ | |||
36 | #include "sample.h" | 36 | #include "sample.h" |
37 | 37 | ||
38 | /* OPIE */ | 38 | /* OPIE */ |
39 | #include <opie/ofontselector.h> | 39 | #include <opie2/odevice.h> |
40 | #include <opie/odevice.h> | 40 | #include <opie2/ofiledialog.h> |
41 | #include <opie/ofiledialog.h> | 41 | #include <opie2/otabwidget.h> |
42 | #include <opie/otabwidget.h> | ||
43 | 42 | ||
44 | #include <qpe/config.h> | 43 | #include <qpe/config.h> |
45 | #include <qpe/global.h> | 44 | #include <qpe/global.h> |
diff --git a/noncore/settings/appearance2/appearance.h b/noncore/settings/appearance2/appearance.h index 51e9636..f45f549 100644 --- a/noncore/settings/appearance2/appearance.h +++ b/noncore/settings/appearance2/appearance.h | |||
@@ -29,10 +29,14 @@ | |||
29 | #ifndef APPEARANCESETTINGS_H | 29 | #ifndef APPEARANCESETTINGS_H |
30 | #define APPEARANCESETTINGS_H | 30 | #define APPEARANCESETTINGS_H |
31 | 31 | ||
32 | #include <opie2/ofontselector.h> | ||
33 | |||
32 | #include <qpe/fontdatabase.h> | 34 | #include <qpe/fontdatabase.h> |
33 | 35 | ||
34 | #include <qdialog.h> | 36 | #include <qdialog.h> |
35 | 37 | ||
38 | using Opie::OFontSelector; | ||
39 | |||
36 | class QCheckBox; | 40 | class QCheckBox; |
37 | class QComboBox; | 41 | class QComboBox; |
38 | class QLabel; | 42 | class QLabel; |
diff --git a/noncore/settings/appearance2/appearance2.pro b/noncore/settings/appearance2/appearance2.pro index ca5a4ec..e2d73c2 100644 --- a/noncore/settings/appearance2/appearance2.pro +++ b/noncore/settings/appearance2/appearance2.pro | |||
@@ -2,10 +2,8 @@ CONFIG = qt warn_on release quick-app | |||
2 | HEADERS = appearance.h editScheme.h sample.h | 2 | HEADERS = appearance.h editScheme.h sample.h |
3 | SOURCES = appearance.cpp editScheme.cpp main.cpp sample.cpp | 3 | SOURCES = appearance.cpp editScheme.cpp main.cpp sample.cpp |
4 | INCLUDEPATH += $(OPIEDIR)/include | 4 | INCLUDEPATH += $(OPIEDIR)/include |
5 | DEPENDPATH += ../$(OPIEDIR)/include | ||
6 | LIBS += -lqpe -lopie | ||
7 | INCLUDEPATH += $(OPIEDIR)/include | ||
8 | DEPENDPATH += $(OPIEDIR)/include | 5 | DEPENDPATH += $(OPIEDIR)/include |
6 | LIBS += -lqpe -lopiecore2 -lopieui2 -lqtaux2 | ||
9 | 7 | ||
10 | TARGET = appearance | 8 | TARGET = appearance |
11 | 9 | ||
diff --git a/noncore/settings/appearance2/editScheme.cpp b/noncore/settings/appearance2/editScheme.cpp index 7e5225f..0f3702f 100644 --- a/noncore/settings/appearance2/editScheme.cpp +++ b/noncore/settings/appearance2/editScheme.cpp | |||
@@ -28,8 +28,6 @@ | |||
28 | 28 | ||
29 | #include "editScheme.h" | 29 | #include "editScheme.h" |
30 | 30 | ||
31 | #include <opie/ocolorbutton.h> | ||
32 | |||
33 | #include <qaction.h> | 31 | #include <qaction.h> |
34 | #include <qlabel.h> | 32 | #include <qlabel.h> |
35 | #include <qlayout.h> | 33 | #include <qlayout.h> |
diff --git a/noncore/settings/appearance2/editScheme.h b/noncore/settings/appearance2/editScheme.h index 93dc50d..c7539cb 100644 --- a/noncore/settings/appearance2/editScheme.h +++ b/noncore/settings/appearance2/editScheme.h | |||
@@ -29,8 +29,12 @@ | |||
29 | #ifndef EDITSCHEME_H | 29 | #ifndef EDITSCHEME_H |
30 | #define EDITSCHEME_H | 30 | #define EDITSCHEME_H |
31 | 31 | ||
32 | #include <opie2/ocolorbutton.h> | ||
33 | |||
32 | #include <qdialog.h> | 34 | #include <qdialog.h> |
33 | 35 | ||
36 | using Opie::OColorButton; | ||
37 | |||
34 | class QColor; | 38 | class QColor; |
35 | class OColorButton; | 39 | class OColorButton; |
36 | 40 | ||