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 68d8f3cbf..9844b2b14 100644 --- a/doc/html/ntqprogressdialog.html +++ b/doc/html/ntqprogressdialog.html @@ -126,7 +126,7 @@ TQProgressDialog progress( "Copying files...", "Abort Copy", numFiles, this, "progress", TRUE ); for ( int i = 0; i < numFiles; i++ ) { progress.setProgress( i ); - qApp-><a href="ntqapplication.html#processEvents">processEvents</a>(); + tqApp-><a href="ntqapplication.html#processEvents">processEvents</a>(); if ( progress.wasCanceled() ) break; |