diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-04 11:53:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-04 13:56:43 +0900 |
commit | 0582c90a9ed4b965629267713f51c0da7c38b39d (patch) | |
tree | cae95e850081d0a7f2be6cef5837f43a28d53d2c /doc/html/motif-walkthrough-3.html | |
parent | 39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (diff) | |
download | tqt3-0582c90a9ed4b965629267713f51c0da7c38b39d.tar.gz tqt3-0582c90a9ed4b965629267713f51c0da7c38b39d.zip |
Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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> |