diff options
Diffstat (limited to 'klaptopdaemon/warning.h')
-rw-r--r-- | klaptopdaemon/warning.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/klaptopdaemon/warning.h b/klaptopdaemon/warning.h index cdab7ee..f51808d 100644 --- a/klaptopdaemon/warning.h +++ b/klaptopdaemon/warning.h @@ -29,13 +29,13 @@ #include <kcmodule.h> #include <tqstring.h> -class QWidget; +class TQWidget; class KConfig; class KURLRequester; -class QCheckBox; -class QRadioButton; -class QSpinBox; -class QSlider; +class TQCheckBox; +class TQRadioButton; +class TQSpinBox; +class TQSlider; class KComboBox; class WarningConfig : public KCModule |