summaryrefslogtreecommitdiffstats
path: root/lilo-config/kde-qt-common/general.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lilo-config/kde-qt-common/general.cpp')
-rw-r--r--lilo-config/kde-qt-common/general.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lilo-config/kde-qt-common/general.cpp b/lilo-config/kde-qt-common/general.cpp
index bdfd12f..e67dc1f 100644
--- a/lilo-config/kde-qt-common/general.cpp
+++ b/lilo-config/kde-qt-common/general.cpp
@@ -35,7 +35,7 @@
#include <stdlib.h>
-General::General(liloconf *l, TQWidget *tqparent, const char *name):TQWidget(tqparent, name)
+General::General(liloconf *l, TQWidget *parent, const char *name):TQWidget(parent, name)
{
lilo=l;
TQVBoxLayout *tqlayout=new TQVBoxLayout(this);