diff options
Diffstat (limited to 'lilo-config/kde/kcontrol.h')
-rw-r--r-- | lilo-config/kde/kcontrol.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lilo-config/kde/kcontrol.h b/lilo-config/kde/kcontrol.h index d06d834..edb64d9 100644 --- a/lilo-config/kde/kcontrol.h +++ b/lilo-config/kde/kcontrol.h @@ -29,8 +29,8 @@ /* ** Bug reports and questions can be sent to kde-devel@kde.org */ -#include <qwidget.h> -#include <qevent.h> +#include <tqwidget.h> +#include <tqevent.h> #include <kcmodule.h> #include "mainwidget.h" @@ -39,7 +39,7 @@ class KAboutData; class KControl: public KCModule { Q_OBJECT public: - KControl(QWidget *parent, const char *name); + KControl(TQWidget *parent, const char *name); void load(); void save(); void defaults(); |