summaryrefslogtreecommitdiffstats
path: root/kmix/mixer.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:24:32 +0900
commit244f76de8db33b6d659c91ca9424d8556f2f20eb (patch)
treec4931d8d863c5a1ddad1244e238f641640c8ad0e /kmix/mixer.h
parent2251b3395ac880f0b24db47615bf21ed97ec69f3 (diff)
downloadtdemultimedia-244f76de8db33b6d659c91ca9424d8556f2f20eb.tar.gz
tdemultimedia-244f76de8db33b6d659c91ca9424d8556f2f20eb.zip
KMix: fixed update of tray volume icon when muting/unmuting the selected
channel. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kmix/mixer.h')
-rw-r--r--kmix/mixer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmix/mixer.h b/kmix/mixer.h
index 2fc44a85..80610c59 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(const TQString &ref_id);