aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2008-08-01 05:49:02 -0400
committerJason A. Donenfeld <Jason@zx2c4.com>2008-08-01 05:49:02 -0400
commit95be4424d127a8f56605ec853ffe498f85679ac9 (patch)
tree55cc5da9df5f5a60affa5835ec3a8cb0dd0b6654
parentSwitched to networkaccessmanager to add gzip support. (diff)
downloadzmusicplayer-95be4424d127a8f56605ec853ffe498f85679ac9.tar.xz
zmusicplayer-95be4424d127a8f56605ec853ffe498f85679ac9.zip
Included more definate phonon headers.
-rw-r--r--PlayerWindow.cpp1
-rw-r--r--PlayerWindow.h4
2 files changed, 4 insertions, 1 deletions
diff --git a/PlayerWindow.cpp b/PlayerWindow.cpp
index 75fb452..3d38f11 100644
--- a/PlayerWindow.cpp
+++ b/PlayerWindow.cpp
@@ -19,6 +19,7 @@
#include <QVBoxLayout>
#include <QSortFilterProxyModel>
#include <QPushButton>
+#include <AudioOutput>
//BEGIN CONSTRUCT OBJECTS
PlayerWindow::PlayerWindow(QWidget *parent, Qt::WindowFlags flags)
diff --git a/PlayerWindow.h b/PlayerWindow.h
index 18209af..e952855 100644
--- a/PlayerWindow.h
+++ b/PlayerWindow.h
@@ -8,7 +8,9 @@
#include <QMainWindow>
#include <QTimer>
#include <QModelIndex>
-#include <phonon>
+#include <MediaObject>
+#include <SeekSlider>
+#include <VolumeSlider>
class Song;
class QBuffer;