diff options
Diffstat (limited to 'kradio3/plugins/gui-quickbar/quickbar-configuration.h')
-rw-r--r-- | kradio3/plugins/gui-quickbar/quickbar-configuration.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/kradio3/plugins/gui-quickbar/quickbar-configuration.h b/kradio3/plugins/gui-quickbar/quickbar-configuration.h index e2e1c08..c2ba4f8 100644 --- a/kradio3/plugins/gui-quickbar/quickbar-configuration.h +++ b/kradio3/plugins/gui-quickbar/quickbar-configuration.h @@ -15,8 +15,8 @@ * * ***************************************************************************/ -#ifndef KRADIO_QUICKBAR_CONFIGURATION_H -#define KRADIO_QUICKBAR_CONFIGURATION_H +#ifndef KRADIO_TQUICKBAR_CONFIGURATION_H +#define KRADIO_TQUICKBAR_CONFIGURATION_H #ifdef HAVE_CONFIG_H #include <config.h> @@ -27,8 +27,9 @@ class QuickbarConfiguration : public StationSelector { Q_OBJECT + TQ_OBJECT public : - QuickbarConfiguration (QWidget *parent); + QuickbarConfiguration (TQWidget *tqparent); ~QuickbarConfiguration (); }; |