summaryrefslogtreecommitdiffstats
path: root/doc/html/motif-walkthrough-2.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/motif-walkthrough-2.html')
-rw-r--r--doc/html/motif-walkthrough-2.html4
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.