summaryrefslogtreecommitdiffstats
path: root/lilo-config/kde-qt-common/expert.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lilo-config/kde-qt-common/expert.cpp')
-rw-r--r--lilo-config/kde-qt-common/expert.cpp2
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);