summaryrefslogtreecommitdiffstats
path: root/doc/html/motif-walkthrough-6.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/motif-walkthrough-6.html')
-rw-r--r--doc/html/motif-walkthrough-6.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/motif-walkthrough-6.html b/doc/html/motif-walkthrough-6.html
index abc558802..8d4821c08 100644
--- a/doc/html/motif-walkthrough-6.html
+++ b/doc/html/motif-walkthrough-6.html
@@ -85,7 +85,7 @@ Each slot implementation is a single line calling the related callback
function. The code is not very interesting and would just take up
space, so we've omitted it.
<p> There are four exceptions to the above. The <tt>Open()</tt>, <tt>Save()</tt>, <tt>EditPage()</tt> and <tt>DeletePage()</tt> callbacks accept a pointer to the
-toplevel <a href="ntqwidget.html">TQWidget</a> as argument 2 (the <em>client_data</em> argument). For
+toplevel <a href="tqwidget.html">TQWidget</a> as argument 2 (the <em>client_data</em> argument). For
these four functions, we pass <em>this</em> as the second argument, which is
a toplevel <tt>MainWindow</tt> derived from <a href="ntqmainwindow.html">TQMainWindow</a>.
<p> <h2> Replacing the <em>Main Window</em>