diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-02 21:37:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-06 11:24:55 +0900 |
commit | 7552c6d73043b1040139033f6864db48ae5446cf (patch) | |
tree | f90d24d072dd3ee6a3f909bf7778abc7669f03ef /doc/html/motif-walkthrough-2.html | |
parent | c113da2069b66130f67a0f27c699e1cec83588a5 (diff) | |
download | tqt-7552c6d7.tar.gz tqt-7552c6d7.zip |
Rename main window nt* related files to equivalent tq*. The file
"ntqsession.h" was totally unnecessary and has been removed.
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/motif-walkthrough-2.html b/doc/html/motif-walkthrough-2.html index 3b44a6e1e..7ab131063 100644 --- a/doc/html/motif-walkthrough-2.html +++ b/doc/html/motif-walkthrough-2.html @@ -64,7 +64,7 @@ it until we have replaced the <em>View</em> widget. <a name="1"></a><p> The <em>Help</em> dialog is also special. Instead of replacing the <em>Help</em> dialog with a custom <a href="ntqdialog.html">TQDialog</a>, we will use the <a href="helpsystem.html">TQt Help System</a> classes to provide a more advanced online help. -However, we cannot start using classes like <a href="ntqtooltip.html">TQToolTip</a> and <a href="ntqwhatsthis.html">TQWhatsThis</a> +However, we cannot start using classes like <a href="tqtooltip.html">TQToolTip</a> and <a href="ntqwhatsthis.html">TQWhatsThis</a> until we replace the <em>Main Window</em> and <em>View</em> widgets. <p> The help text included with the original project is very small and only contains information about the <tt>XmNoteBook</tt> widget. The use of @@ -83,7 +83,7 @@ creates the <em>Help</em> dialog. We will also remove the code to create the <em>Help</em> menu, since this menu is now empty. Finally, we remove the <tt>help_cb()</tt> function implementation. <p> The <em>Help</em> dialog is now removed from our project. We cannot add -<a href="ntqtooltip.html">TQToolTip</a> and <a href="ntqwhatsthis.html">TQWhatsThis</a> help at the moment, since we are still using +<a href="tqtooltip.html">TQToolTip</a> and <a href="ntqwhatsthis.html">TQWhatsThis</a> help at the moment, since we are still using <tt>XmMainWindow</tt> for the <em>Main Window</em> widget. Once we have migrated the <em>Main Window</em> and the popup-menu hierarchy, we can begin using TQToolTip and TQWhatsThis for online help. |