aboutsummaryrefslogtreecommitdiffstats
path: root/PlayerWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'PlayerWindow.h')
-rw-r--r--PlayerWindow.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/PlayerWindow.h b/PlayerWindow.h
index 6281a07..fb3a083 100644
--- a/PlayerWindow.h
+++ b/PlayerWindow.h
@@ -8,11 +8,10 @@
#include <QMainWindow>
#include <QTimer>
#include <QModelIndex>
-#include <MediaObject>
-#include <SeekSlider>
-#include <VolumeSlider>
-#include <AudioOutput>
-//#include <phonon>
+#include <Phonon/MediaObject>
+#include <Phonon/SeekSlider>
+#include <Phonon/VolumeSlider>
+#include <Phonon/AudioOutput>
class Song;
class QBuffer;