diff options
Diffstat (limited to 'kmix/mixertoolbox.h')
-rw-r--r-- | kmix/mixertoolbox.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/kmix/mixertoolbox.h b/kmix/mixertoolbox.h index a964e9a9..59d86726 100644 --- a/kmix/mixertoolbox.h +++ b/kmix/mixertoolbox.h @@ -12,12 +12,13 @@ class Mixer; * The reason, why it is not put in a common base class is, that the classes are * very different and cannot be changed (e.g. KPanelApplet) without major headache. */ -class MixerToolBox { - public: +class MixerToolBox +{ + public: static void initMixer(TQPtrList<Mixer> &mixers, bool multiDriverMode, TQString& ref_hwInfoString); static void deinitMixer(); static void deinitMixer(TQPtrList<Mixer>&); - static void updateMixer(TQPtrList<Mixer> &mixers, bool multiDriverMode, TQString& ref_hwInfoString); + static bool updateMixer(TQPtrList<Mixer> &mixers, bool multiDriverMode, TQString& ref_hwInfoString); }; |