aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2009-02-21 04:43:06 -0500
committerJason A. Donenfeld <Jason@zx2c4.com>2009-02-21 04:43:06 -0500
commit1c6b5d111db2217bc319baf4713ef505a6f815a7 (patch)
tree81795a1610fb35cc0b978ad77a81ae215d696500
parentUpdated hard coded hostname and paths for music.zx2c4.com move. (diff)
downloadzmusicplayer-1c6b5d111db2217bc319baf4713ef505a6f815a7.tar.xz
zmusicplayer-1c6b5d111db2217bc319baf4713ef505a6f815a7.zip
Standardized headers for phonon.
-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;