summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/mmf/mediaobject.h
diff options
context:
space:
mode:
authorFrans Englich <frans.englich@nokia.com>2009-07-18 04:02:32 (GMT)
committerFrans Englich <frans.englich@nokia.com>2009-07-18 04:02:32 (GMT)
commit17c74f4f49f5cb7c62dc4d2300293f2e93b16a90 (patch)
tree884d2c9a9ab3038b27301d06410abd92b2f97fde /src/3rdparty/phonon/mmf/mediaobject.h
parent975af6c3c81788e39422c55f67ffabfebd31d9be (diff)
downloadQt-17c74f4f49f5cb7c62dc4d2300293f2e93b16a90.zip
Qt-17c74f4f49f5cb7c62dc4d2300293f2e93b16a90.tar.gz
Qt-17c74f4f49f5cb7c62dc4d2300293f2e93b16a90.tar.bz2
Work.
Diffstat (limited to 'src/3rdparty/phonon/mmf/mediaobject.h')
-rw-r--r--src/3rdparty/phonon/mmf/mediaobject.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/3rdparty/phonon/mmf/mediaobject.h b/src/3rdparty/phonon/mmf/mediaobject.h
index 3afa3b4..207cb91 100644
--- a/src/3rdparty/phonon/mmf/mediaobject.h
+++ b/src/3rdparty/phonon/mmf/mediaobject.h
@@ -19,8 +19,11 @@ along with this library. If not, see <http://www.gnu.org/licenses/>.
#ifndef PHONON_MMF_MEDIAOBJECT_H
#define PHONON_MMF_MEDIAOBJECT_H
+/* We use the extra qualification include/ to avoid picking up the include
+ * Phonon has. */
+#include <include/VideoPlayer.h>
+
#include <DrmAudioSamplePlayer.h>
-#include <VideoPlayer.h>
#include <Phonon/MediaSource>
#include <Phonon/mediaobjectinterface.h>
@@ -44,6 +47,7 @@ namespace Phonon
, public MediaObjectInterface
, public MDrmAudioPlayerCallback
, public MAudioLoadingObserver
+ , public MVideoLoadingObserver
//, public MVideoPlayerUtilityObserver
{
Q_OBJECT