diff options
Diffstat (limited to 'kradio3/plugins/alsa-sound/alsa-sound-configuration.h')
-rw-r--r-- | kradio3/plugins/alsa-sound/alsa-sound-configuration.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kradio3/plugins/alsa-sound/alsa-sound-configuration.h b/kradio3/plugins/alsa-sound/alsa-sound-configuration.h index 78669ee..9c8a352 100644 --- a/kradio3/plugins/alsa-sound/alsa-sound-configuration.h +++ b/kradio3/plugins/alsa-sound/alsa-sound-configuration.h @@ -37,7 +37,7 @@ class AlsaSoundConfiguration : public AlsaSoundConfigurationUI Q_OBJECT TQ_OBJECT public : - AlsaSoundConfiguration (TQWidget *tqparent, AlsaSoundDevice *); + AlsaSoundConfiguration (TQWidget *parent, AlsaSoundDevice *); ~AlsaSoundConfiguration (); protected slots: |