From 69b33f76ffff03b3648db62a761f3de1b58eec3f Mon Sep 17 00:00:00 2001
From: drw <drw>
Date: Sun, 22 Feb 2004 00:28:41 +0000
Subject: VMemo Settings: libopie->libopie2

---
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 @@
 
 #include "soundsettings.h"
 
-#include <qpe/qpeapplication.h>
-#include <opie/oapplicationfactory.h>
+#include <opie2/oapplicationfactory.h>
 
 OPIE_EXPORT_APP( OApplicationFactory<SoundSettings> )
 
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>
 Architecture: arm
 Arch: iPAQ
 Conflicts: opie-sound
-Depends: task-opie-minimal
+Depends: task-opie-minimal, liopiecore2
 Description: Sound settings dialog
  For the Opie environment.
 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
 #INTERFACES = soundsettingsbase.ui
 INCLUDEPATH += $(OPIEDIR)/include
 DEPENDPATH  += $(OPIEDIR)/include
-LIBS            += -lqpe
+LIBS            += -lqpe -lopiecore2
 TARGET    = sound
 
 include ( $(OPIEDIR)/include.pro )
--
cgit v0.9.0.2