summaryrefslogtreecommitdiffstats
path: root/doc/html/motif-walkthrough-9.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-24 19:37:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-24 19:37:05 +0900
commit0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc (patch)
treebe5eda50c23980aa4b44de1e8b2e209c6c02d2d1 /doc/html/motif-walkthrough-9.html
parent1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (diff)
downloadtqt3-0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc.tar.gz
tqt3-0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc.zip
Rename text class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/motif-walkthrough-9.html')
-rw-r--r--doc/html/motif-walkthrough-9.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/motif-walkthrough-9.html b/doc/html/motif-walkthrough-9.html
index a7ce8ee94..b9a912013 100644
--- a/doc/html/motif-walkthrough-9.html
+++ b/doc/html/motif-walkthrough-9.html
@@ -44,7 +44,7 @@ this function any more, so we remove it. The current <tt>MainWindow::filePrint(
write a new <tt>MainWindow::filePrint()</tt> implementation in <tt>mainwindow.ui.h</tt>.
<p> Note: The steps involved in using the TQPrinter class are beyond the
scope of this walkthrough and will not be discussed here. The
-TQPrinter Class Reference, <a href="ntqsimplerichtext.html">TQSimpleRichText</a> Class Reference and the
+TQPrinter Class Reference, <a href="tqsimplerichtext.html">TQSimpleRichText</a> Class Reference and the
<a href="simple-application.html">Simple Application Walkthrough</a>
contain information on the use of TQPrinter.
<p> For completeness, the code to initialize a TQPrinter object is included below.
@@ -65,7 +65,7 @@ and formatting characters to a <tt>printtext</tt> variable (which is a
<a href="tqstring.html">TQString</a>).
<p> <pre></pre>
<p> The rest of the <tt>MainWindow::filePrint()</tt> function is the actual
-printing code. Here we simply create a <a href="ntqsimplerichtext.html">TQSimpleRichText</a> object using
+printing code. Here we simply create a <a href="tqsimplerichtext.html">TQSimpleRichText</a> object using
the string we created above, and draw this string on the <a href="tqprinter.html">TQPrinter</a>
object using <a href="tqpainter.html">TQPainter</a>.
<p> <pre></pre>