summaryrefslogtreecommitdiffstats
path: root/kcontrol/kio/kcookiesmain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/kio/kcookiesmain.cpp')
-rw-r--r--kcontrol/kio/kcookiesmain.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/kio/kcookiesmain.cpp b/kcontrol/kio/kcookiesmain.cpp
index d8639d1be..8233f0d20 100644
--- a/kcontrol/kio/kcookiesmain.cpp
+++ b/kcontrol/kio/kcookiesmain.cpp
@@ -34,9 +34,9 @@ KCookiesMain::KCookiesMain(TQWidget *parent)
"are stored on your computer."));
}
- TQVBoxLayout *tqlayout = new TQVBoxLayout(this);
+ TQVBoxLayout *layout = new TQVBoxLayout(this);
tab = new TQTabWidget(this);
- tqlayout->addWidget(tab);
+ layout->addWidget(tab);
policies = new KCookiesPolicies(this);
tab->addTab(policies, i18n("&Policy"));