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/mmf_medianode.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/mmf_medianode.h')
-rw-r--r-- | src/3rdparty/phonon/mmf/mmf_medianode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/phonon/mmf/mmf_medianode.h b/src/3rdparty/phonon/mmf/mmf_medianode.h index 0ed21c4..f2f64e0 100644 --- a/src/3rdparty/phonon/mmf/mmf_medianode.h +++ b/src/3rdparty/phonon/mmf/mmf_medianode.h @@ -20,7 +20,7 @@ along with this library. If not, see <http://www.gnu.org/licenses/>. #define PHONON_MMF_MEDIANODE_H #include <QObject> -#include <Phonon/EffectInterface> +#include <phonon/effectinterface.h> #include "audioplayer.h" QT_BEGIN_NAMESPACE |