diff options
Diffstat (limited to 'src/modules/torrent/tc_statusbarapplet.cpp')
| -rw-r--r-- | src/modules/torrent/tc_statusbarapplet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/torrent/tc_statusbarapplet.cpp b/src/modules/torrent/tc_statusbarapplet.cpp index 79ae46d..88e84c5 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"); |
