diff options
Diffstat (limited to 'kradio3/plugins/alsa-sound/alsa-mixer-element.cpp')
-rw-r--r-- | kradio3/plugins/alsa-sound/alsa-mixer-element.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kradio3/plugins/alsa-sound/alsa-mixer-element.cpp b/kradio3/plugins/alsa-sound/alsa-mixer-element.cpp index fb544bc..53a7216 100644 --- a/kradio3/plugins/alsa-sound/alsa-mixer-element.cpp +++ b/kradio3/plugins/alsa-sound/alsa-mixer-element.cpp @@ -24,8 +24,8 @@ #include <math.h> -QAlsaMixerElement::QAlsaMixerElement(TQWidget *tqparent, const TQString &label, bool has_switch, bool has_volume) - : AlsaMixerElementUI(tqparent), +QAlsaMixerElement::QAlsaMixerElement(TQWidget *parent, const TQString &label, bool has_switch, bool has_volume) + : AlsaMixerElementUI(parent), m_HasVolume(has_volume), m_HasSwitch(has_switch), m_dirty(false), |