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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/app/volumeAction.h b/src/app/volumeAction.h
index 67cfad0..2645355 100644
--- a/src/app/volumeAction.h
+++ b/src/app/volumeAction.h
@@ -18,11 +18,12 @@ class VolumeAction : public TDEToggleAction
virtual int plug( TQWidget*, int );
public slots:
- void sliderMoved( int );
+ // Update Slider and Label to \a volume
+ void setVolume(int volume);
private slots:
void toggled( bool );
- void sliderReleased() { setChecked( false ); toggled( false ); }
+ void sliderMoved(int);
public:
VolumeAction( TDEToolBar *anchor, TDEActionCollection *ac );