diff options
Diffstat (limited to 'src/modules/torrent')
| -rw-r--r-- | src/modules/torrent/tc_ktorrentdcopinterface.cpp | 2 | ||||
| -rw-r--r-- | src/modules/torrent/tc_statusbarapplet.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/torrent/tc_ktorrentdcopinterface.cpp b/src/modules/torrent/tc_ktorrentdcopinterface.cpp index 1ffd120b..4d5c72d9 100644 --- a/src/modules/torrent/tc_ktorrentdcopinterface.cpp +++ b/src/modules/torrent/tc_ktorrentdcopinterface.cpp @@ -114,7 +114,7 @@ KviKTorrentDCOPInterface::KviKTorrentDCOPInterface() TQTimer *timer = new TQTimer(this); connect(timer, TQ_SIGNAL(timeout()), this, TQ_SLOT(slotTimer())); - timer->start(250, FALSE); + timer->start(250, false); // make sure we have a list of files, // otherwise functions dealing would diff --git a/src/modules/torrent/tc_statusbarapplet.cpp b/src/modules/torrent/tc_statusbarapplet.cpp index 79ae46d2..88e84c5f 100644 --- a/src/modules/torrent/tc_statusbarapplet.cpp +++ b/src/modules/torrent/tc_statusbarapplet.cpp @@ -9,7 +9,7 @@ KviTorrentStatusBarApplet::KviTorrentStatusBarApplet(KviStatusBar *parent, KviSt { TQTimer *timer = new TQTimer(this); connect(timer, TQ_SIGNAL(timeout()), this, TQ_SLOT(update())); - timer->start(250, FALSE); + timer->start(250, false); // updateDisplay(); // setText("torrent client"); |
