summaryrefslogtreecommitdiffstats
path: root/src/multimedia
diff options
context:
space:
mode:
authorKurt Korbatits <kurt.korbatits@nokia.com>2010-02-09 21:45:50 (GMT)
committerKurt Korbatits <kurt.korbatits@nokia.com>2010-02-09 21:45:50 (GMT)
commit46c9f5174d208fd98903a6f95e4e3bc8af6df9e4 (patch)
tree6848ebda51a1bb85939d16549f78920beaef3616 /src/multimedia
parentbced83df38693948bb815cbfad1a8dc1a9c66baa (diff)
downloadQt-46c9f5174d208fd98903a6f95e4e3bc8af6df9e4.zip
Qt-46c9f5174d208fd98903a6f95e4e3bc8af6df9e4.tar.gz
Qt-46c9f5174d208fd98903a6f95e4e3bc8af6df9e4.tar.bz2
maemo define spelling incorrect.
Diffstat (limited to 'src/multimedia')
-rw-r--r--src/multimedia/qml/qsoundeffect_pulse_p.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multimedia/qml/qsoundeffect_pulse_p.cpp b/src/multimedia/qml/qsoundeffect_pulse_p.cpp
index fa2119d..c16e999 100644
--- a/src/multimedia/qml/qsoundeffect_pulse_p.cpp
+++ b/src/multimedia/qml/qsoundeffect_pulse_p.cpp
@@ -181,7 +181,7 @@ private:
m_prepared = false;
}
-#if(QWS_MAEMO_5)
+#if(Q_WS_MAEMO_5)
static void context_state_callback(pa_context *c, void *userdata)
{
PulseDaemon *self = reinterpret_cast<PulseDaemon*>(userdata);