summaryrefslogtreecommitdiffstats
path: root/libktorrent/torrent/tracker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libktorrent/torrent/tracker.cpp')
-rw-r--r--libktorrent/torrent/tracker.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libktorrent/torrent/tracker.cpp b/libktorrent/torrent/tracker.cpp
index 4878a16..4848765 100644
--- a/libktorrent/torrent/tracker.cpp
+++ b/libktorrent/torrent/tracker.cpp
@@ -84,8 +84,8 @@ namespace bt
void Tracker::timedDelete(int ms)
{
- TQTimer::singleShot(ms,this,TQT_SLOT(deleteLater()));
- connect(this,TQT_SIGNAL(stopDone()),this,TQT_SLOT(deleteLater()));
+ TQTimer::singleShot(ms,this,TQ_SLOT(deleteLater()));
+ connect(this,TQ_SIGNAL(stopDone()),this,TQ_SLOT(deleteLater()));
}
}