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.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/motif-walkthrough-9.html b/doc/html/motif-walkthrough-9.html
index fac4d58f5..ae391f739 100644
--- a/doc/html/motif-walkthrough-9.html
+++ b/doc/html/motif-walkthrough-9.html
@@ -67,7 +67,7 @@ and formatting characters to a <tt>printtext</tt> variable (which is a
<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
the string we created above, and draw this string on the <a href="ntqprinter.html">TQPrinter</a>
-object using <a href="ntqpainter.html">TQPainter</a>.
+object using <a href="tqpainter.html">TQPainter</a>.
<p> <pre></pre>
<p> <h2> Removing the Dependency on Xt/Motif
</h2>