summaryrefslogtreecommitdiffstats
path: root/doc/html/motif-walkthrough-4.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-29 12:43:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-29 12:43:23 +0900
commitfef846914f8db6dc117e206ef913d519bf6bb33e (patch)
treed6567b31f7f22d0c8c66eec947dff1960efa25ac /doc/html/motif-walkthrough-4.html
parent8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (diff)
downloadtqt-fef84691.tar.gz
tqt-fef84691.zip
Rename basic widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/motif-walkthrough-4.html')
-rw-r--r--doc/html/motif-walkthrough-4.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/motif-walkthrough-4.html b/doc/html/motif-walkthrough-4.html
index 56f57fbc6..90099c4c0 100644
--- a/doc/html/motif-walkthrough-4.html
+++ b/doc/html/motif-walkthrough-4.html
@@ -45,7 +45,7 @@ this document: see the <a href="designer-manual.html">TQt Designer Manual</a> if
with TQt's visual design tool.
<p> <h2> Replacing the <em>Page Edit</em> Dialog
</h2>
-<a name="1"></a><p> The custom <a href="ntqdialog.html">TQDialog</a> description for the <em>Page Edit</em> dialog is saved
+<a name="1"></a><p> The custom <a href="tqdialog.html">TQDialog</a> description for the <em>Page Edit</em> dialog is saved
as <tt>pageeditdialog.ui</tt>. We add this file to the project file by
adding the line
<pre>
@@ -64,7 +64,7 @@ done for the <em>Open</em> and <em>Save As</em> dialogs in <tt>todo.cpp</tt>.
<p> <pre></pre>
<p> The <tt>EditPage()</tt> function is implemented in <tt>actions.cpp</tt>. We start
-by adding the includes needed for the <tt>PageEditDialog</tt> and <a href="ntqlineedit.html">TQLineEdit</a>.
+by adding the includes needed for the <tt>PageEditDialog</tt> and <a href="tqlineedit.html">TQLineEdit</a>.
<p>
<p> <pre></pre>