aboutsummaryrefslogtreecommitdiff
path: root/src/ui/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/mainwindow.h')
-rw-r--r--src/ui/mainwindow.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui/mainwindow.h b/src/ui/mainwindow.h
index d89def113..bb6c49001 100644
--- a/src/ui/mainwindow.h
+++ b/src/ui/mainwindow.h
@@ -113,10 +113,9 @@ private:
bool seeking;
SoundCore *m_core;
QMenu *m_mainMenu;
- MainDisplay *display;
+ MainDisplay *m_display;
PlayList *m_playlist;
PlayListModel *m_playListModel;
- TitleBar *m_titlebar;
ConfigDialog *m_confDialog;
int m_preamp;
EqWidget *m_equalizer;