aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;