summaryrefslogtreecommitdiffstats
path: root/lilo-config/qt/standalone.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lilo-config/qt/standalone.cpp')
-rw-r--r--lilo-config/qt/standalone.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lilo-config/qt/standalone.cpp b/lilo-config/qt/standalone.cpp
index acab064..111ab40 100644
--- a/lilo-config/qt/standalone.cpp
+++ b/lilo-config/qt/standalone.cpp
@@ -33,7 +33,7 @@
#include <ui.h>
#include "standalone.moc"
-Standalone::Standalone(TQWidget *tqparent, const char *name):TQWidget(tqparent,name)
+Standalone::Standalone(TQWidget *parent, const char *name):TQWidget(parent,name)
{
m=new MainWidget(this);
connect(m, TQT_SIGNAL(configChanged()), TQT_SLOT(configChanged()));