diff options
author | Shane Kearns <shane.kearns@sosco.com> | 2010-01-18 12:16:55 (GMT) |
---|---|---|
committer | Shane Kearns <shane.kearns@sosco.com> | 2010-01-18 12:16:55 (GMT) |
commit | 4e23d00dabc3465bd683d38ee147b3a9897b226f (patch) | |
tree | e3dc9fcebd129847b9d6efd6ddef98d2f2ae4cdf /src/3rdparty/phonon/mmf/abstractaudioeffect.h | |
parent | 94ceaf333074a0f64aab4d1bbb2825591e3f147e (diff) | |
download | Qt-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.h | 2 |
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" |