summaryrefslogtreecommitdiffstats
path: root/kab/qconfigDB.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kab/qconfigDB.cpp')
-rw-r--r--kab/qconfigDB.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kab/qconfigDB.cpp b/kab/qconfigDB.cpp
index f04763df2..1112f7c7d 100644
--- a/kab/qconfigDB.cpp
+++ b/kab/qconfigDB.cpp
@@ -2221,7 +2221,7 @@ QConfigDB::watch(bool state)
if(timer==0)
{
timer=new TQTimer(this);
- connect(timer, TQT_SIGNAL(timeout()), TQT_SLOT(checkFileChanged()));
+ connect(timer, TQ_SIGNAL(timeout()), TQ_SLOT(checkFileChanged()));
}
timer->start(1000);
} else { // stop timer