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