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-2.html | |
| parent | 39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (diff) | |
| download | tqt-0582c90a.tar.gz tqt-0582c90a.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-2.html')
| -rw-r--r-- | doc/html/motif-walkthrough-2.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/doc/html/motif-walkthrough-2.html b/doc/html/motif-walkthrough-2.html index 06c3649de..6d7c7978c 100644 --- a/doc/html/motif-walkthrough-2.html +++ b/doc/html/motif-walkthrough-2.html @@ -53,7 +53,7 @@ way up the dependency tree until all the pieces have been migrated.  <em>Main Window</em> widget with popup-menu hierarchy, and finally the <em>View</em> widget.  <p> However, we are not ready to begin just yet. The migration process can  be long, but it does not have to be difficult. The <em>Open</em>, <em>Save As</em>, <em>Page Delete</em> and <em>IO Error</em> dialogs use Motif <tt>XmFileSelectionBox</tt> and <tt>XmMessageBox</tt> dialogs. TQt provides similar -functionality with <a href="tqfiledialog.html">TQFileDialog</a> and <a href="ntqmessagebox.html">TQMessageBox</a>, which we can begin +functionality with <a href="tqfiledialog.html">TQFileDialog</a> and <a href="tqmessagebox.html">TQMessageBox</a>, which we can begin  using immediately.  <p> The <em>Print</em> dialog is special, however. The <em>Print</em> dialog cannot be  replaced until after we have replaced the <em>View</em> widget. TQt provides | 
