summaryrefslogtreecommitdiffstats
path: root/playerwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'playerwidget.h')
-rw-r--r--playerwidget.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/playerwidget.h b/playerwidget.h
index 67e89be..2c5542b 100644
--- a/playerwidget.h
+++ b/playerwidget.h
@@ -3,7 +3,7 @@
#include <QWidget>
#include <QMediaPlayer>
-#include <QIcon>
+#include <QSystemTrayIcon>
class QStandardItemModel;
class QStandardItem;
@@ -16,7 +16,6 @@ class QToolBar;
class QAction;
class BeetPlayerProxy;
class BeetView;
-class QSystemTrayIcon;
class PlayerWidget : public QWidget {
Q_OBJECT