summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/mmf/abstractaudioeffect.h
diff options
context:
space:
mode:
authorShane Kearns <shane.kearns@sosco.com>2010-01-18 12:16:55 (GMT)
committerShane Kearns <shane.kearns@sosco.com>2010-01-18 12:16:55 (GMT)
commit4e23d00dabc3465bd683d38ee147b3a9897b226f (patch)
treee3dc9fcebd129847b9d6efd6ddef98d2f2ae4cdf /src/3rdparty/phonon/mmf/abstractaudioeffect.h
parent94ceaf333074a0f64aab4d1bbb2825591e3f147e (diff)
downloadQt-4e23d00dabc3465bd683d38ee147b3a9897b226f.zip
Qt-4e23d00dabc3465bd683d38ee147b3a9897b226f.tar.gz
Qt-4e23d00dabc3465bd683d38ee147b3a9897b226f.tar.bz2
Workaround for compiler error with MWCC (Symbian emulator)
Recent changes to phonon and syncqt cause problems with the default search path for #include with this compiler. Reviewed-by: Gareth Stockwell
Diffstat (limited to 'src/3rdparty/phonon/mmf/abstractaudioeffect.h')
-rw-r--r--src/3rdparty/phonon/mmf/abstractaudioeffect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/phonon/mmf/abstractaudioeffect.h b/src/3rdparty/phonon/mmf/abstractaudioeffect.h
index 9878472..436e8e4 100644
--- a/src/3rdparty/phonon/mmf/abstractaudioeffect.h
+++ b/src/3rdparty/phonon/mmf/abstractaudioeffect.h
@@ -23,7 +23,7 @@ along with this library. If not, see <http://www.gnu.org/licenses/>.
#include <AudioEffectBase.h>
-#include <Phonon/EffectInterface>
+#include <phonon/effectinterface.h>
#include "audioplayer.h"
#include "effectparameter.h"