summaryrefslogtreecommitdiffstats
path: root/mediaplayer/mediaplayer.h
diff options
context:
space:
mode:
authorSamuel Rødal <sroedal@trolltech.com>2009-10-01 18:28:48 +0200
committerSamuel Rødal <sroedal@trolltech.com>2009-10-01 18:31:27 +0200
commit180996ae0031c3eb47079d5d9a11e32c81f91faa (patch)
tree48e4b04e37313bc2bdde48906af9b59272033314 /mediaplayer/mediaplayer.h
parent6dc84d85ea7d16057e6d298ee439f926414e765b (diff)
Port to Qt 4.6 etc...
Ported to use Qt 4.6's matrix and vector classes, as well as using QGLShaderProgram to make the OpenGL rendering code work both on desktop OpenGL and OpenGL ES 2.0 (the desktop version requires GLEW atm). Also added auto-walk toggler to improve navigation on a touchscreen device.
Diffstat (limited to 'mediaplayer/mediaplayer.h')
-rw-r--r--mediaplayer/mediaplayer.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/mediaplayer/mediaplayer.h b/mediaplayer/mediaplayer.h
index bb2f94b..99bf6e5 100644
--- a/mediaplayer/mediaplayer.h
+++ b/mediaplayer/mediaplayer.h
@@ -30,7 +30,16 @@
#include <QtGui/QShowEvent>
#include <QtGui/QIcon>
-#include <phonon>
+#include <Phonon/AudioOutput>
+#include <Phonon/BackendCapabilities>
+#include <Phonon/Effect>
+#include <Phonon/EffectParameter>
+#include <Phonon/EffectWidget>
+#include <Phonon/MediaObject>
+#include <Phonon/SeekSlider>
+#include <Phonon/VideoWidget>
+#include <Phonon/VolumeSlider>
+
QT_BEGIN_NAMESPACE
class QPushButton;
class QLabel;