summaryrefslogtreecommitdiffstats
path: root/doc/html/motif-walkthrough-2.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/motif-walkthrough-2.html')
-rw-r--r--doc/html/motif-walkthrough-2.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/motif-walkthrough-2.html b/doc/html/motif-walkthrough-2.html
index 1a2043b9f..d30c28011 100644
--- a/doc/html/motif-walkthrough-2.html
+++ b/doc/html/motif-walkthrough-2.html
@@ -57,7 +57,7 @@ functionality with <a href="tqfiledialog.html">TQFileDialog</a> and <a href="ntq
using immediately.
<p> The <em>Print</em> dialog is special, however. The <em>Print</em> dialog cannot be
replaced until after we have replaced the <em>View</em> widget. TQt provides
-a complete printing mechanism with <a href="ntqprinter.html">TQPrinter</a>, but we cannot start using
+a complete printing mechanism with <a href="tqprinter.html">TQPrinter</a>, but we cannot start using
it until we have replaced the <em>View</em> widget.
<p> <h2> Removing the <em>Help</em> Dialog
</h2>