summaryrefslogtreecommitdiffstats
path: root/src/app/mainWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/mainWindow.h')
-rw-r--r--src/app/mainWindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app/mainWindow.h b/src/app/mainWindow.h
index fbb6be4..3db1f09 100644
--- a/src/app/mainWindow.h
+++ b/src/app/mainWindow.h
@@ -18,6 +18,7 @@ class VolumeAction;
namespace Codeine
{
class AudioView;
+ class MediaInfoDialog;
class MainWindow : public TDEMainWindow
{
@@ -72,6 +73,7 @@ namespace Codeine
TQLabel *m_titleLabel;
TQWidget *m_analyzer;
AudioView *m_audioView;
+ MediaInfoDialog *m_mediaInfoDialog;
TQWidgetStack *m_widgetStack;
VolumeAction *m_volumeAction;