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/mediaobject.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/mediaobject.h')
-rw-r--r-- | src/3rdparty/phonon/mmf/mediaobject.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/phonon/mmf/mediaobject.h b/src/3rdparty/phonon/mmf/mediaobject.h index c87d755..d6248e2 100644 --- a/src/3rdparty/phonon/mmf/mediaobject.h +++ b/src/3rdparty/phonon/mmf/mediaobject.h @@ -19,8 +19,8 @@ along with this library. If not, see <http://www.gnu.org/licenses/>. #ifndef PHONON_MMF_MEDIAOBJECT_H #define PHONON_MMF_MEDIAOBJECT_H -#include <Phonon/MediaSource> -#include <Phonon/MediaObjectInterface> +#include <phonon/mediasource.h> +#include <phonon/mediaobjectinterface.h> #include <QScopedPointer> #include <QTimer> |