diff options
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 013cc6eb5..06c3649de 100644 --- a/doc/html/motif-walkthrough-2.html +++ b/doc/html/motif-walkthrough-2.html @@ -62,7 +62,7 @@ it until we have replaced the <em>View</em> widget. <p> <h2> Removing the <em>Help</em> Dialog </h2> <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 +dialog with a custom <a href="tqdialog.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="tqtooltip.html">TQToolTip</a> and <a href="tqwhatsthis.html">TQWhatsThis</a> until we replace the <em>Main Window</em> and <em>View</em> widgets. |