summaryrefslogtreecommitdiffstats
path: root/kmix/dialogselectmaster.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmix/dialogselectmaster.h')
-rw-r--r--kmix/dialogselectmaster.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kmix/dialogselectmaster.h b/kmix/dialogselectmaster.h
index 88ce89f4..ea26798a 100644
--- a/kmix/dialogselectmaster.h
+++ b/kmix/dialogselectmaster.h
@@ -18,8 +18,9 @@ class DialogSelectMaster : public KDialogBase
Q_OBJECT
public:
- DialogSelectMaster(Mixer *);
+ DialogSelectMaster(Mixer *mixer);
~DialogSelectMaster();
+ void show(Mixer *curr_mixer);
signals:
void newMasterSelected(bool defaultMaster, int soundcard_id, const TQString &channel_id);