summaryrefslogtreecommitdiffstats
path: root/examples/phonon/qmediaplayer/mediaplayer.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-09-29 12:53:09 +0200
committerQt by Nokia <qt-info@nokia.com>2011-09-29 13:02:15 +0200
commit7161e2a0201b44ac1577296a37cd1595a468c6c7 (patch)
tree319e42211d69b64bc3b1ffae91077ca97e792f75 /examples/phonon/qmediaplayer/mediaplayer.h
parentab09b15299c9d6c5efea15c720c9c5888d1d6839 (diff)
Phonon: Compile examples.
Change-Id: I95b8cc8b05049ce19b94ff07eddc84e884adb043 Reviewed-on: http://codereview.qt-project.org/5787 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'examples/phonon/qmediaplayer/mediaplayer.h')
-rw-r--r--examples/phonon/qmediaplayer/mediaplayer.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/phonon/qmediaplayer/mediaplayer.h b/examples/phonon/qmediaplayer/mediaplayer.h
index 0b9dcf3..00b68f2 100644
--- a/examples/phonon/qmediaplayer/mediaplayer.h
+++ b/examples/phonon/qmediaplayer/mediaplayer.h
@@ -42,13 +42,13 @@
#ifndef MEDIALAYER_H
#define MEDIAPLAYER_H
-#include <QtGui/QWidget>
-#include <QtGui/QApplication>
-#include <QtCore/QTimerEvent>
+#include <QtWidgets/QIcon>
+#include <QtWidgets/QAction>
+#include <QtWidgets/QWidget>
+#include <QtWidgets/QApplication>
#include <QtGui/QShowEvent>
-#include <QtGui/QIcon>
#include <QtCore/QBasicTimer>
-#include <QtGui/QAction>
+#include <QtCore/QTimerEvent>
#include <phonon/audiooutput.h>
#include <phonon/backendcapabilities.h>