diff options
Diffstat (limited to 'doc/html/motif-walkthrough-4.html')
| -rw-r--r-- | doc/html/motif-walkthrough-4.html | 4 |
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> |
