summaryrefslogtreecommitdiffstats
path: root/doc/html/canvas-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/canvas-example.html')
-rw-r--r--doc/html/canvas-example.html10
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 &lt;<a href="tqprinter-h.html">tqprinter.h</a>&gt;
#include &lt;<a href="tqlabel-h.html">tqlabel.h</a>&gt;
#include &lt;<a href="tqimage-h.html">tqimage.h</a>&gt;
-#include &lt;<a href="qprogressdialog-h.html">ntqprogressdialog.h</a>&gt;
+#include &lt;<a href="tqprogressdialog-h.html">tqprogressdialog.h</a>&gt;
#include "canvas.h"
#include &lt;stdlib.h&gt;
@@ -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() );
}