diff options
Diffstat (limited to 'src/update.cpp')
-rw-r--r-- | src/update.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/update.cpp b/src/update.cpp index 7e67eb2..9c2b76a 100644 --- a/src/update.cpp +++ b/src/update.cpp @@ -415,7 +415,7 @@ void TorkUpdate::startProgressDialog( const TQString & text ) timer = new TQTimer( this ); connect( timer, TQ_SIGNAL( timeout() ), this, TQ_SLOT( slotProg() ) ); - timer->start( 200, FALSE ); + timer->start( 200, false ); } void TorkUpdate::slotProg() |