summaryrefslogtreecommitdiffstats
path: root/kradio3/plugins/alsa-sound/alsa-mixer-element.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-03 21:54:35 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-03 21:54:35 +0000
commit12b885ee134c6d178631873ddda9fc0b6d73d7fd (patch)
treea8488c6c9de3cd0d6447dcca204ccfd13c4b67fe /kradio3/plugins/alsa-sound/alsa-mixer-element.h
parent70b9eea2ba01c3691497f49e4c45cb070c16193c (diff)
downloadtderadio-12b885ee134c6d178631873ddda9fc0b6d73d7fd.tar.gz
tderadio-12b885ee134c6d178631873ddda9fc0b6d73d7fd.zip
Fix kradio FTBFS
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kradio@1239181 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kradio3/plugins/alsa-sound/alsa-mixer-element.h')
-rw-r--r--kradio3/plugins/alsa-sound/alsa-mixer-element.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kradio3/plugins/alsa-sound/alsa-mixer-element.h b/kradio3/plugins/alsa-sound/alsa-mixer-element.h
index 3dd7849..b788a60 100644
--- a/kradio3/plugins/alsa-sound/alsa-mixer-element.h
+++ b/kradio3/plugins/alsa-sound/alsa-mixer-element.h
@@ -20,13 +20,13 @@
#include "alsa-mixer-element-ui.h"
-class TQAlsaMixerElement : public AlsaMixerElementUI
+class QAlsaMixerElement : public AlsaMixerElementUI
{
Q_OBJECT
TQ_OBJECT
public:
- TQAlsaMixerElement(TQWidget *tqparent, const TQString &label, bool has_switch, bool has_volume);
- ~TQAlsaMixerElement();
+ QAlsaMixerElement(TQWidget *tqparent, const TQString &label, bool has_switch, bool has_volume);
+ ~QAlsaMixerElement();
float getVolume() const;