summaryrefslogtreecommitdiffstats
path: root/src/modules/torrent
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/torrent')
-rw-r--r--src/modules/torrent/tc_ktorrentdcopinterface.cpp2
-rw-r--r--src/modules/torrent/tc_statusbarapplet.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/torrent/tc_ktorrentdcopinterface.cpp b/src/modules/torrent/tc_ktorrentdcopinterface.cpp
index 046186e8..1ffd120b 100644
--- a/src/modules/torrent/tc_ktorrentdcopinterface.cpp
+++ b/src/modules/torrent/tc_ktorrentdcopinterface.cpp
@@ -113,7 +113,7 @@ KviKTorrentDCOPInterface::KviKTorrentDCOPInterface()
printf("KviKTorrentDCOPInterface\n");
TQTimer *timer = new TQTimer(this);
- connect(timer, TQT_SIGNAL(timeout()), this, TQT_SLOT(slotTimer()));
+ connect(timer, TQ_SIGNAL(timeout()), this, TQ_SLOT(slotTimer()));
timer->start(250, FALSE);
// make sure we have a list of files,
diff --git a/src/modules/torrent/tc_statusbarapplet.cpp b/src/modules/torrent/tc_statusbarapplet.cpp
index 78a41e67..79ae46d2 100644
--- a/src/modules/torrent/tc_statusbarapplet.cpp
+++ b/src/modules/torrent/tc_statusbarapplet.cpp
@@ -8,7 +8,7 @@ KviTorrentStatusBarApplet::KviTorrentStatusBarApplet(KviStatusBar *parent, KviSt
: KviStatusBarApplet(parent, desc)
{
TQTimer *timer = new TQTimer(this);
- connect(timer, TQT_SIGNAL(timeout()), this, TQT_SLOT(update()));
+ connect(timer, TQ_SIGNAL(timeout()), this, TQ_SLOT(update()));
timer->start(250, FALSE);
// updateDisplay();
//