diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-05-17 01:22:02 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-05-25 13:37:28 +0900 |
commit | 9859df0541de6016cacea2032d5fe75e98b53a0b (patch) | |
tree | 4129344a63afb6eb9809f1bb6262748229b9bf8a /kmix/mixer.h | |
parent | 86691144d6ce506dfcb5016dbffda4da3db256fc (diff) | |
download | tdemultimedia-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/mixer.h')
-rw-r--r-- | kmix/mixer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmix/mixer.h b/kmix/mixer.h index d9566e81..85b2fe7d 100644 --- a/kmix/mixer.h +++ b/kmix/mixer.h @@ -97,7 +97,7 @@ class Mixer : public TQObject, virtual public MixerIface /// The KMix global master card. Please note that KMix and KMixPanelApplet can have a /// different MasterCard's at the moment (but actually KMixPanelApplet does not read/save this yet). /// At the moment it is only used for selecting the Mixer to use in KMix's DockIcon. - static void setMasterCard(TQString& ref_id); + static void setMasterCard(const TQString& ref_id); static Mixer* masterCard(); /// The global Master Device inside the current MasterCard (as returned by masterCard()). static void setMasterCardDevice(TQString& ref_id); |