diff options
Diffstat (limited to 'playerwidget.h')
-rw-r--r-- | playerwidget.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/playerwidget.h b/playerwidget.h index 16303dd..f42a882 100644 --- a/playerwidget.h +++ b/playerwidget.h @@ -16,7 +16,6 @@ class QToolBar; class QAction; class BeetPlayerProxy; class BeetView; -class ToolWindow; class QSystemTrayIcon; class PlayerWidget : public QWidget { @@ -120,7 +119,6 @@ class PlayerWidget : public QWidget { QString mCurDir; QString mCurWinTitle; QSystemTrayIcon *mTrayIcon; - ToolWindow *mToolWin; }; #endif // PLAYERWIDGET_H |