summaryrefslogtreecommitdiffstats
path: root/doc/html/motif-walkthrough-7.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/motif-walkthrough-7.html')
-rw-r--r--doc/html/motif-walkthrough-7.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/motif-walkthrough-7.html b/doc/html/motif-walkthrough-7.html
index 0aa2840ea..7a3912fed 100644
--- a/doc/html/motif-walkthrough-7.html
+++ b/doc/html/motif-walkthrough-7.html
@@ -176,7 +176,7 @@ provides the <tt>TQMIN()</tt> and <tt>TQMAX()</tt> macros which we will use.
<p> Earlier modifications caused the <tt>fallback_resources</tt> array to become
redundant, so we remove it.
<p> In the near future, our program will not use <a href="motif-extension.html#Motif">Motif</a> any more, and we
-will no longer need to use <a href="qmotif.html">TQMotif</a>. To prepare for this, we remove the
+will no longer need to use <a href="tqmotif.html">TQMotif</a>. To prepare for this, we remove the
<tt>resources</tt> and <tt>optionDesc</tt> arrays and create the TQMotif instance
with just the <em>APP_CLASS</em> argument.
<p> The <tt>#include</tt> statements in the source files are mostly incorrect