diff options
Diffstat (limited to 'doc/html/ntqprogressdialog.html')
-rw-r--r-- | doc/html/ntqprogressdialog.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/ntqprogressdialog.html b/doc/html/ntqprogressdialog.html index 161bbd889..4eba6f579 100644 --- a/doc/html/ntqprogressdialog.html +++ b/doc/html/ntqprogressdialog.html @@ -138,7 +138,7 @@ progress.setProgress( numFiles ); <p> A modeless progress dialog is suitable for operations that take place in the background, where the user is able to interact with the application. Such operations are typically based on <a href="tqtimer.html">TQTimer</a> (or -<a href="tqobject.html#timerEvent">TQObject::timerEvent</a>()), <a href="ntqsocketnotifier.html">TQSocketNotifier</a>, or <a href="ntqurloperator.html">TQUrlOperator</a>; or performed +<a href="tqobject.html#timerEvent">TQObject::timerEvent</a>()), <a href="tqsocketnotifier.html">TQSocketNotifier</a>, or <a href="tqurloperator.html">TQUrlOperator</a>; or performed in a separate thread. A <a href="ntqprogressbar.html">TQProgressBar</a> in the status bar of your main window is often an alternative to a modeless progress dialog. <p> You need to have an event loop to be running, connect the |