summaryrefslogtreecommitdiffstats
path: root/doc/html/motif-walkthrough-7.html
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-08-24 20:19:50 +0900
committerMichele Calgaro <[email protected]>2024-08-29 22:23:35 +0900
commitd35eedcd87d59e716c6d49bbb6b634ef1a7660c5 (patch)
tree204d752457acf6403c99f3928f02b612ff14d178 /doc/html/motif-walkthrough-7.html
parentddce1c91f8582885497b463b24bac59f6fdfdf63 (diff)
downloadtqt3-d35eedcd87d59e716c6d49bbb6b634ef1a7660c5.tar.gz
tqt3-d35eedcd87d59e716c6d49bbb6b634ef1a7660c5.zip
Rename style nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
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