summaryrefslogtreecommitdiffstats
path: root/kmix/mixertoolbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmix/mixertoolbox.h')
-rw-r--r--kmix/mixertoolbox.h26
1 files changed, 24 insertions, 2 deletions
diff --git a/kmix/mixertoolbox.h b/kmix/mixertoolbox.h
index 884471ef..2cceeef3 100644
--- a/kmix/mixertoolbox.h
+++ b/kmix/mixertoolbox.h
@@ -1,3 +1,25 @@
+/*
+ * KMix -- KDE's full featured mini mixer
+ *
+ *
+ * Copyright (C) 2004 Christian Esken <esken@kde.org>
+ * Copyright (C) 2020 Roman Savochenko <roman@oscada.org>
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this program; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ */
+
#ifndef MIXERTOOLBOX_H
#define MIXERTOOLBOX_H
@@ -14,8 +36,8 @@ class Mixer;
*/
class MixerToolBox {
public:
- static void initMixer(TQPtrList<Mixer>&, bool, TQString&);
- static void deinitMixer();
+ static void initMixer(TQPtrList<Mixer>&, bool, TQString&, bool isLight = false);
+ static void deinitMixer(TQPtrList<Mixer>&);
};