diff options
Diffstat (limited to 'lilo-config/kde/kcontrol.h')
-rw-r--r-- | lilo-config/kde/kcontrol.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lilo-config/kde/kcontrol.h b/lilo-config/kde/kcontrol.h index edb64d9..75d98dd 100644 --- a/lilo-config/kde/kcontrol.h +++ b/lilo-config/kde/kcontrol.h @@ -38,8 +38,9 @@ class KAboutData; class KControl: public KCModule { Q_OBJECT + TQ_OBJECT public: - KControl(TQWidget *parent, const char *name); + KControl(TQWidget *tqparent, const char *name); void load(); void save(); void defaults(); |