diff options
Diffstat (limited to 'src/modules/torrent/tc_ktorrentdcopinterface.cpp')
| -rw-r--r-- | src/modules/torrent/tc_ktorrentdcopinterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/torrent/tc_ktorrentdcopinterface.cpp b/src/modules/torrent/tc_ktorrentdcopinterface.cpp index 1ffd120..4d5c72d 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 |
