summaryrefslogtreecommitdiffstats
path: root/ksystemlog/src/kernel/kernelOptions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksystemlog/src/kernel/kernelOptions.cpp')
-rw-r--r--ksystemlog/src/kernel/kernelOptions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksystemlog/src/kernel/kernelOptions.cpp b/ksystemlog/src/kernel/kernelOptions.cpp
index 15be385..e693aee 100644
--- a/ksystemlog/src/kernel/kernelOptions.cpp
+++ b/ksystemlog/src/kernel/kernelOptions.cpp
@@ -52,7 +52,7 @@ KernelOptions::KernelOptions(TQWidget *parent) :
TQString description= i18n("<qt><p>These files will be analyzed to display <b>Kernel 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)));
+ connect(fileList, TQ_SIGNAL(fileListChanged(int)), this, TQ_SLOT(slotFileListChanged(int)));
readConfig();