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 2139cd5..6ba9e89 100644
--- a/src/app/mainWindow.h
+++ b/src/app/mainWindow.h
@@ -11,6 +11,7 @@ class KURL;
class TQLabel;
class TQPopupMenu;
class TQSlider;
+class VolumeAction;
namespace Codeine
@@ -65,6 +66,7 @@ namespace Codeine
TQLabel *m_timeLabel;
TQLabel *m_titleLabel;
TQWidget *m_analyzer;
+ VolumeAction *m_volumeAction;
//undefined
MainWindow( const MainWindow& );