summaryrefslogtreecommitdiffstats
path: root/lilo-config/kde/kcontrol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lilo-config/kde/kcontrol.cpp')
-rw-r--r--lilo-config/kde/kcontrol.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lilo-config/kde/kcontrol.cpp b/lilo-config/kde/kcontrol.cpp
index 75f514c..846edc8 100644
--- a/lilo-config/kde/kcontrol.cpp
+++ b/lilo-config/kde/kcontrol.cpp
@@ -38,9 +38,9 @@
KControl::KControl(TQWidget *parent, const char *name)
: KCModule(parent, name)
{
- TQVBoxLayout *tqlayout=new TQVBoxLayout(this);
+ TQVBoxLayout *layout=new TQVBoxLayout(this);
m=new MainWidget(this, name);
- tqlayout->addWidget(m);
+ layout->addWidget(m);
connect(m, TQT_SIGNAL(configChanged()), TQT_SLOT(configChanged()));
if (getuid() != 0) {
m->makeReadOnly();