summaryrefslogtreecommitdiff
path: root/noncore/settings/sound
authordrw <drw>2004-02-22 00:28:41 (UTC)
committer drw <drw>2004-02-22 00:28:41 (UTC)
commit69b33f76ffff03b3648db62a761f3de1b58eec3f (patch) (unidiff)
tree3c0d6d559e67a982f1a2c36522b80ab47fb36d3f /noncore/settings/sound
parent7e25ffee3337376d60c9c382bda4664672fec5de (diff)
downloadopie-69b33f76ffff03b3648db62a761f3de1b58eec3f.zip
opie-69b33f76ffff03b3648db62a761f3de1b58eec3f.tar.gz
opie-69b33f76ffff03b3648db62a761f3de1b58eec3f.tar.bz2
VMemo Settings: libopie->libopie2
Diffstat (limited to 'noncore/settings/sound') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/sound/main.cpp3
-rw-r--r--noncore/settings/sound/opie-vmemo-settings.control2
-rw-r--r--noncore/settings/sound/sound.pro2
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
@@ -17,13 +17,12 @@
17** not clear to you. 17** not clear to you.
18** 18**
19**********************************************************************/ 19**********************************************************************/
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
26OPIE_EXPORT_APP( OApplicationFactory<SoundSettings> ) 25OPIE_EXPORT_APP( OApplicationFactory<SoundSettings> )
27 26
28 27
29 28
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
@@ -3,10 +3,10 @@ Files: plugins/application/libsound.so* bin/sound apps/Settings/Sound.desktop
3Priority: optional 3Priority: optional
4Section: opie/settings 4Section: opie/settings
5Maintainer: L.J. Potter <lpotter@trolltech.com> 5Maintainer: L.J. Potter <lpotter@trolltech.com>
6Architecture: arm 6Architecture: arm
7Arch: iPAQ 7Arch: iPAQ
8Conflicts: opie-sound 8Conflicts: opie-sound
9Depends: task-opie-minimal 9Depends: task-opie-minimal, liopiecore2
10Description: Sound settings dialog 10Description: Sound settings dialog
11 For the Opie environment. 11 For the Opie environment.
12Version: $QPE_VERSION$EXTRAVERSION 12Version: $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
@@ -1,10 +1,10 @@
1CONFIG += qt warn_on release quick-app 1CONFIG += qt warn_on release quick-app
2HEADERS = soundsettings.h soundsettingsbase.h 2HEADERS = soundsettings.h soundsettingsbase.h
3SOURCES = soundsettings.cpp soundsettingsbase.cpp main.cpp 3SOURCES = soundsettings.cpp soundsettingsbase.cpp main.cpp
4#INTERFACES = soundsettingsbase.ui 4#INTERFACES = soundsettingsbase.ui
5INCLUDEPATH += $(OPIEDIR)/include 5INCLUDEPATH += $(OPIEDIR)/include
6DEPENDPATH += $(OPIEDIR)/include 6DEPENDPATH += $(OPIEDIR)/include
7LIBS += -lqpe 7LIBS += -lqpe -lopiecore2
8TARGET = sound 8TARGET = sound
9 9
10include ( $(OPIEDIR)/include.pro ) 10include ( $(OPIEDIR)/include.pro )