summaryrefslogtreecommitdiffstats
path: root/kradio3/plugins/alsa-sound/alsa-mixer-element.h
diff options
context:
space:
mode:
Diffstat (limited to 'kradio3/plugins/alsa-sound/alsa-mixer-element.h')
-rw-r--r--kradio3/plugins/alsa-sound/alsa-mixer-element.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/kradio3/plugins/alsa-sound/alsa-mixer-element.h b/kradio3/plugins/alsa-sound/alsa-mixer-element.h
index 149e0b9..3dd7849 100644
--- a/kradio3/plugins/alsa-sound/alsa-mixer-element.h
+++ b/kradio3/plugins/alsa-sound/alsa-mixer-element.h
@@ -20,12 +20,13 @@
#include "alsa-mixer-element-ui.h"
-class QAlsaMixerElement : public AlsaMixerElementUI
+class TQAlsaMixerElement : public AlsaMixerElementUI
{
Q_OBJECT
+ TQ_OBJECT
public:
- QAlsaMixerElement(QWidget *parent, const QString &label, bool has_switch, bool has_volume);
- ~QAlsaMixerElement();
+ TQAlsaMixerElement(TQWidget *tqparent, const TQString &label, bool has_switch, bool has_volume);
+ ~TQAlsaMixerElement();
float getVolume() const;
@@ -36,7 +37,7 @@ public:
public slots:
- void setLabel(const QString &label);
+ void setLabel(const TQString &label);
void setOverride(bool ov);
void setActive(bool active);
void setVolume(float vol);