diff options
Diffstat (limited to 'klaptopdaemon/sony.h')
-rw-r--r-- | klaptopdaemon/sony.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/klaptopdaemon/sony.h b/klaptopdaemon/sony.h index 172798a..b82cd09 100644 --- a/klaptopdaemon/sony.h +++ b/klaptopdaemon/sony.h @@ -28,14 +28,14 @@ #include <kcmodule.h> #include <tqstring.h> -class QWidget; -class QSpinBox; +class TQWidget; +class TQSpinBox; class KConfig; -class QCheckBox; -class QSlider; +class TQCheckBox; +class TQSlider; class KIconLoader; class KIconButton; -class QPushButton; +class TQPushButton; class SonyConfig : public KCModule |