summaryrefslogtreecommitdiffstats
path: root/doc/html/canvas-example.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-12 22:02:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-12 22:02:11 +0900
commit42957a3f812a1db64a9ae452baa2d3fbc35f2466 (patch)
tree0928f4e01a3dcc0698b46c7608d8310e471bdb49 /doc/html/canvas-example.html
parentfef846914f8db6dc117e206ef913d519bf6bb33e (diff)
downloadtqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.tar.gz
tqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.zip
Rename more widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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() );
}