diff options
Diffstat (limited to 'lilo-config/kde-qt-common/expert.h')
-rw-r--r-- | lilo-config/kde-qt-common/expert.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lilo-config/kde-qt-common/expert.h b/lilo-config/kde-qt-common/expert.h index 7b39530..c2971a1 100644 --- a/lilo-config/kde-qt-common/expert.h +++ b/lilo-config/kde-qt-common/expert.h @@ -37,7 +37,7 @@ class Expert:public TQWidget Q_OBJECT TQ_OBJECT public: - Expert(liloconf *l=0, TQWidget *tqparent=0, const char *name=0); + Expert(liloconf *l=0, TQWidget *parent=0, const char *name=0); ~Expert(); void setCfg(liloconf *l) { lilo=l; }; void makeReadOnly(); |