summaryrefslogtreecommitdiffstats
path: root/doc/html/motif-walkthrough-9.html
diff options
context:
space:
mode:
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>