diff options
Diffstat (limited to 'knode/knnntpaccount.cpp')
-rw-r--r-- | knode/knnntpaccount.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knode/knnntpaccount.cpp b/knode/knnntpaccount.cpp index ba1657c0c..c5536c96a 100644 --- a/knode/knnntpaccount.cpp +++ b/knode/knnntpaccount.cpp @@ -46,7 +46,7 @@ void KNNntpAccountIntervalChecking::installTimer() if(!t_imer) { t_imer = new TQTimer(); - connect(t_imer,TQT_SIGNAL(timeout()),this,TQT_SLOT(slotCheckNews())); + connect(t_imer,TQ_SIGNAL(timeout()),this,TQ_SLOT(slotCheckNews())); } else { |