diff options
Diffstat (limited to 'doc/html/canvas-example.html')
-rw-r--r-- | doc/html/canvas-example.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/canvas-example.html b/doc/html/canvas-example.html index fab7117ff..1f91a482f 100644 --- a/doc/html/canvas-example.html +++ b/doc/html/canvas-example.html @@ -143,7 +143,7 @@ private: #include <<a href="tqprinter-h.html">tqprinter.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="tqimage-h.html">tqimage.h</a>> -#include <<a href="qprogressdialog-h.html">ntqprogressdialog.h</a>> +#include <<a href="tqprogressdialog-h.html">tqprogressdialog.h</a>> #include "canvas.h" #include <stdlib.h> @@ -817,7 +817,7 @@ void <a name="f653"></a>Main::addMesh() int cols = w / dist; #ifndef TQT_NO_PROGRESSDIALOG - <a href="ntqprogressdialog.html">TQProgressDialog</a> progress( "Creating mesh...", "Abort", rows, + <a href="tqprogressdialog.html">TQProgressDialog</a> progress( "Creating mesh...", "Abort", rows, this, "progress", TRUE ); #endif @@ -851,13 +851,13 @@ void <a name="f653"></a>Main::addMesh() } lastRow[n-1]=prev; #ifndef TQT_NO_PROGRESSDIALOG -<a name="x2946"></a> progress.<a href="ntqprogressdialog.html#setProgress">setProgress</a>( j ); -<a name="x2947"></a> if ( progress.<a href="ntqprogressdialog.html#wasCancelled">wasCancelled</a>() ) +<a name="x2946"></a> progress.<a href="tqprogressdialog.html#setProgress">setProgress</a>( j ); +<a name="x2947"></a> if ( progress.<a href="tqprogressdialog.html#wasCancelled">wasCancelled</a>() ) break; #endif } #ifndef TQT_NO_PROGRESSDIALOG - progress.<a href="ntqprogressdialog.html#setProgress">setProgress</a>( rows ); + progress.<a href="tqprogressdialog.html#setProgress">setProgress</a>( rows ); #endif // tqDebug( "%d nodes, %d edges", nodecount, EdgeItem::count() ); } |