summaryrefslogtreecommitdiff
path: root/noncore/settings/sound/soundsettings.h
Unidiff
Diffstat (limited to 'noncore/settings/sound/soundsettings.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/sound/soundsettings.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/noncore/settings/sound/soundsettings.h b/noncore/settings/sound/soundsettings.h
index 94d5d48..6b8b835 100644
--- a/noncore/settings/sound/soundsettings.h
+++ b/noncore/settings/sound/soundsettings.h
@@ -39,16 +39,11 @@ protected:
39 39
40private slots: 40private slots:
41 void setKeyButton(const QString &); 41 void setKeyButton(const QString &);
42 void setSizeLimitButton(const QString &); 42 void setSizeLimitButton(const QString &);
43 void setLocation(const QString &); 43 void setLocation(const QString &);
44 void cleanUp(); 44 void cleanUp();
45 void setVolume(int);
46 void setMic(int);
47
48 void volumeChanged( bool muted );
49 void micChanged( bool muted );
50}; 45};
51 46
52 47
53#endif // SOUNDSETTINGS_H 48#endif // SOUNDSETTINGS_H
54 49