src/3rdparty/phonon/mmf/abstractaudioeffect.h
changeset 33 3e2da88830cd
parent 19 fcece45ef507
--- a/src/3rdparty/phonon/mmf/abstractaudioeffect.h	Tue Jul 06 15:10:48 2010 +0300
+++ b/src/3rdparty/phonon/mmf/abstractaudioeffect.h	Wed Aug 18 10:37:55 2010 +0300
@@ -21,7 +21,7 @@
 
 #include <QScopedPointer>
 
-#include <AudioEffectBase.h>
+#include <audioeffectbase.h>
 
 #include <phonon/effectinterface.h>
 
@@ -118,6 +118,10 @@
 // for each of the effects.  Using this reduces repetition of boilerplate
 // in the implementations of the backend effect nodes.
 
+#ifdef Q_CC_NOKIAX86
+#   pragma warn_illtokenpasting off
+#endif
+
 #define PHONON_MMF_DEFINE_EFFECT_FUNCTIONS(Effect)                      \
                                                                         \
 void Effect##::createEffect(AudioPlayer::NativePlayer *player)          \