summaryrefslogtreecommitdiffstats
path: root/src/app/volumeAction.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/volumeAction.h')
-rw-r--r--src/app/volumeAction.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/app/volumeAction.h b/src/app/volumeAction.h
index d2a2520..67cfad0 100644
--- a/src/app/volumeAction.h
+++ b/src/app/volumeAction.h
@@ -17,9 +17,11 @@ class VolumeAction : public TDEToggleAction
virtual int plug( TQWidget*, int );
+public slots:
+ void sliderMoved( int );
+
private slots:
void toggled( bool );
- void sliderMoved( int );
void sliderReleased() { setChecked( false ); toggled( false ); }
public: