summaryrefslogtreecommitdiffstats
path: root/kcontrol/kicker/lookandfeelconfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/kicker/lookandfeelconfig.cpp')
-rw-r--r--kcontrol/kicker/lookandfeelconfig.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kcontrol/kicker/lookandfeelconfig.cpp b/kcontrol/kicker/lookandfeelconfig.cpp
index 2c490f6dc..7475ad7b0 100644
--- a/kcontrol/kicker/lookandfeelconfig.cpp
+++ b/kcontrol/kicker/lookandfeelconfig.cpp
@@ -31,10 +31,10 @@
LookAndFeelConfig::LookAndFeelConfig(TQWidget *parent, const char *name)
: KCModule(parent, name)
{
- TQVBoxLayout *tqlayout = new TQVBoxLayout(this);
+ TQVBoxLayout *layout = new TQVBoxLayout(this);
m_widget = new LookAndFeelTab(this);
- tqlayout->addWidget(m_widget);
- tqlayout->addStretch();
+ layout->addWidget(m_widget);
+ layout->addStretch();
setQuickHelp(KickerConfig::the()->quickHelp());
setAboutData(KickerConfig::the()->aboutData());