summaryrefslogtreecommitdiffstats
path: root/kmix/kmixdockwidget.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-05-17 01:22:02 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-05-25 13:37:28 +0900
commit9859df0541de6016cacea2032d5fe75e98b53a0b (patch)
tree4129344a63afb6eb9809f1bb6262748229b9bf8a /kmix/kmixdockwidget.h
parent86691144d6ce506dfcb5016dbffda4da3db256fc (diff)
downloadtdemultimedia-9859df0541de6016cacea2032d5fe75e98b53a0b.tar.gz
tdemultimedia-9859df0541de6016cacea2032d5fe75e98b53a0b.zip
KMix: fixed update of tray volume icon when muting/unmuting the selected
channel. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 244f76de8db33b6d659c91ca9424d8556f2f20eb)
Diffstat (limited to 'kmix/kmixdockwidget.h')
-rw-r--r--kmix/kmixdockwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kmix/kmixdockwidget.h b/kmix/kmixdockwidget.h
index 0899d28f..7bb5b9da 100644
--- a/kmix/kmixdockwidget.h
+++ b/kmix/kmixdockwidget.h
@@ -62,6 +62,7 @@ class KMixDockWidget : public KSystemTray {
protected:
void createMasterVolWidget();
+ void deleteMasterVolWidget();
void createActions();
void mousePressEvent(TQMouseEvent *);
void mouseReleaseEvent(TQMouseEvent *);