summaryrefslogtreecommitdiffstats
path: root/libkcddb/kcmcddb/kcmcddb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libkcddb/kcmcddb/kcmcddb.cpp')
-rw-r--r--libkcddb/kcmcddb/kcmcddb.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/libkcddb/kcmcddb/kcmcddb.cpp b/libkcddb/kcmcddb/kcmcddb.cpp
index fa15a995..3688ba6a 100644
--- a/libkcddb/kcmcddb/kcmcddb.cpp
+++ b/libkcddb/kcmcddb/kcmcddb.cpp
@@ -58,10 +58,10 @@ CDDBModule::CDDBModule(TQWidget *parent, const char *name, const TQStringList &)
addConfig(cfg, widget_);
- TQVBoxLayout * tqlayout = new TQVBoxLayout(this, 0);
+ TQVBoxLayout * layout = new TQVBoxLayout(this, 0);
- tqlayout->addWidget(widget_);
- tqlayout->addStretch();
+ layout->addWidget(widget_);
+ layout->addStretch();
setQuickHelp(i18n("CDDB is used to get information like artist, title and song-names in CD's"));