diff options
Diffstat (limited to 'lilo-config/kde-qt-common/expert.cpp')
-rw-r--r-- | lilo-config/kde-qt-common/expert.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lilo-config/kde-qt-common/expert.cpp b/lilo-config/kde-qt-common/expert.cpp index d9e65e5..7140fd9 100644 --- a/lilo-config/kde-qt-common/expert.cpp +++ b/lilo-config/kde-qt-common/expert.cpp @@ -31,7 +31,7 @@ #include <tqwhatsthis.h> #include <String.h> #include <strstream> -Expert::Expert(liloconf *l, TQWidget *tqparent, const char *name):TQWidget(tqparent, name) +Expert::Expert(liloconf *l, TQWidget *parent, const char *name):TQWidget(parent, name) { lilo=l; tqlayout=new TQHBoxLayout(this); |