author | drw <drw> | 2004-02-22 00:28:41 (UTC) |
---|---|---|
committer | drw <drw> | 2004-02-22 00:28:41 (UTC) |
commit | 69b33f76ffff03b3648db62a761f3de1b58eec3f (patch) (unidiff) | |
tree | 3c0d6d559e67a982f1a2c36522b80ab47fb36d3f | |
parent | 7e25ffee3337376d60c9c382bda4664672fec5de (diff) | |
download | opie-69b33f76ffff03b3648db62a761f3de1b58eec3f.zip opie-69b33f76ffff03b3648db62a761f3de1b58eec3f.tar.gz opie-69b33f76ffff03b3648db62a761f3de1b58eec3f.tar.bz2 |
VMemo Settings: libopie->libopie2
-rw-r--r-- | noncore/settings/sound/main.cpp | 3 | ||||
-rw-r--r-- | noncore/settings/sound/opie-vmemo-settings.control | 2 | ||||
-rw-r--r-- | noncore/settings/sound/sound.pro | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/noncore/settings/sound/main.cpp b/noncore/settings/sound/main.cpp index d919ce4..49497c3 100644 --- a/noncore/settings/sound/main.cpp +++ b/noncore/settings/sound/main.cpp | |||
@@ -20,8 +20,7 @@ | |||
20 | 20 | ||
21 | #include "soundsettings.h" | 21 | #include "soundsettings.h" |
22 | 22 | ||
23 | #include <qpe/qpeapplication.h> | 23 | #include <opie2/oapplicationfactory.h> |
24 | #include <opie/oapplicationfactory.h> | ||
25 | 24 | ||
26 | OPIE_EXPORT_APP( OApplicationFactory<SoundSettings> ) | 25 | OPIE_EXPORT_APP( OApplicationFactory<SoundSettings> ) |
27 | 26 | ||
diff --git a/noncore/settings/sound/opie-vmemo-settings.control b/noncore/settings/sound/opie-vmemo-settings.control index 2fdbc0c..906bcbf 100644 --- a/noncore/settings/sound/opie-vmemo-settings.control +++ b/noncore/settings/sound/opie-vmemo-settings.control | |||
@@ -6,7 +6,7 @@ Maintainer: L.J. Potter <lpotter@trolltech.com> | |||
6 | Architecture: arm | 6 | Architecture: arm |
7 | Arch: iPAQ | 7 | Arch: iPAQ |
8 | Conflicts: opie-sound | 8 | Conflicts: opie-sound |
9 | Depends: task-opie-minimal | 9 | Depends: task-opie-minimal, liopiecore2 |
10 | Description: Sound settings dialog | 10 | Description: Sound settings dialog |
11 | For the Opie environment. | 11 | For the Opie environment. |
12 | Version: $QPE_VERSION$EXTRAVERSION | 12 | Version: $QPE_VERSION$EXTRAVERSION |
diff --git a/noncore/settings/sound/sound.pro b/noncore/settings/sound/sound.pro index cdcf8d6..9925e5b 100644 --- a/noncore/settings/sound/sound.pro +++ b/noncore/settings/sound/sound.pro | |||
@@ -4,7 +4,7 @@ SOURCES = soundsettings.cpp soundsettingsbase.cpp main.cpp | |||
4 | #INTERFACES = soundsettingsbase.ui | 4 | #INTERFACES = soundsettingsbase.ui |
5 | INCLUDEPATH += $(OPIEDIR)/include | 5 | INCLUDEPATH += $(OPIEDIR)/include |
6 | DEPENDPATH += $(OPIEDIR)/include | 6 | DEPENDPATH += $(OPIEDIR)/include |
7 | LIBS += -lqpe | 7 | LIBS += -lqpe -lopiecore2 |
8 | TARGET = sound | 8 | TARGET = sound |
9 | 9 | ||
10 | include ( $(OPIEDIR)/include.pro ) | 10 | include ( $(OPIEDIR)/include.pro ) |