summaryrefslogtreecommitdiffstats
path: root/ksystemlog/src/system/systemOptions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksystemlog/src/system/systemOptions.cpp')
-rw-r--r--ksystemlog/src/system/systemOptions.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ksystemlog/src/system/systemOptions.cpp b/ksystemlog/src/system/systemOptions.cpp
index c7ab22f..bed499e 100644
--- a/ksystemlog/src/system/systemOptions.cpp
+++ b/ksystemlog/src/system/systemOptions.cpp
@@ -46,15 +46,15 @@ SystemOptions::SystemOptions(TQWidget *parent) :
TQWidget(parent)
{
- TQVBoxLayout* tqlayout = new TQVBoxLayout(this);
- //tqlayout->setAutoAdd(true);
+ TQVBoxLayout* layout = new TQVBoxLayout(this);
+ //layout->setAutoAdd(true);
TQString description= i18n("<qt><p>These files will be analyzed to display <b>System logs</b>. This list also determines the order in which the files are read.</p></qt>");
fileList=new SpecificFileList(this, description);
connect(fileList, TQT_SIGNAL(fileListChanged(int)), this, TQT_SLOT(slotFileListChanged(int)));
- tqlayout->addWidget(fileList);
+ layout->addWidget(fileList);
readConfig();