From 12b885ee134c6d178631873ddda9fc0b6d73d7fd Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 3 Jul 2011 21:54:35 +0000 Subject: Fix kradio FTBFS git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kradio@1239181 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kradio3/plugins/alsa-sound/alsa-mixer-element.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kradio3/plugins/alsa-sound/alsa-mixer-element.h') 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; -- cgit v1.2.1