diff options
Diffstat (limited to 'doc/html/motif-walkthrough-3.html')
-rw-r--r-- | doc/html/motif-walkthrough-3.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/motif-walkthrough-3.html b/doc/html/motif-walkthrough-3.html index d579c8618..22b522586 100644 --- a/doc/html/motif-walkthrough-3.html +++ b/doc/html/motif-walkthrough-3.html @@ -37,7 +37,7 @@ body { background: #ffffff; color: black; } [ <a href="motif-walkthrough.html">Home</a> ] [ <a href="motif-walkthrough-4.html">Next: Using Custom TQDialogs</a> ] <p> We start by using two of the <a href="dialogs.html">TQt Standard -Dialogs</a>: <a href="tqfiledialog.html">TQFileDialog</a> and <a href="ntqmessagebox.html">TQMessageBox</a>. Both of these classes +Dialogs</a>: <a href="tqfiledialog.html">TQFileDialog</a> and <a href="tqmessagebox.html">TQMessageBox</a>. Both of these classes provide useful static convenience functions. <p> <center><table cellpadding="4" cellspacing="2" border="0"> <tr bgcolor="#f0f0f0"> <td valign="top">TQFileDialog::getOpenFileName() <td valign="top">replacement for the <em>Open</em> dialog @@ -112,9 +112,9 @@ the correct symbols for these functions. <p> <pre></pre> <p> And we need to change the variable named <em>new</em> to <em>newstr</em> in the <tt>Trim()</tt> function. <p> We can now change the <tt>DeletePage()</tt> function to use -<a href="ntqmessagebox.html#information">TQMessageBox::information</a>(). +<a href="tqmessagebox.html#information">TQMessageBox::information</a>(). <p> First, we need to make sure we include the proper header for -<a href="ntqmessagebox.html">TQMessageBox</a>. +<a href="tqmessagebox.html">TQMessageBox</a>. <p> <pre></pre> @@ -147,8 +147,8 @@ functions. C++. <p> <pre></pre> <p> We can now change the <tt>ReadDB()</tt> and <tt>SaveDB()</tt> functions to use -<a href="ntqmessagebox.html#warning">TQMessageBox::warning</a>(). -<p> First, we need to make sure we include the proper header for <a href="ntqmessagebox.html">TQMessageBox</a>. +<a href="tqmessagebox.html#warning">TQMessageBox::warning</a>(). +<p> First, we need to make sure we include the proper header for <a href="tqmessagebox.html">TQMessageBox</a>. <p> <pre></pre> |