summaryrefslogtreecommitdiffstats
path: root/doc/html/motif-extension.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/motif-extension.html')
-rw-r--r--doc/html/motif-extension.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/motif-extension.html b/doc/html/motif-extension.html
index 8e42fd4a..5d7e1bf9 100644
--- a/doc/html/motif-extension.html
+++ b/doc/html/motif-extension.html
@@ -46,7 +46,7 @@ versions of TQt.
<p> <ul>
<li> <a href="qmotif.html">TQMotif</a> - Provides the basis of the TQt Motif Extension.
<li> <a href="qmotifwidget.html">TQMotifWidget</a> - Provides the <a href="tqwidget.html">TQWidget</a> API for Motif widgets.
-<li> <a href="qmotifdialog.html">TQMotifDialog</a> - Provides the <a href="ntqdialog.html">TQDialog</a> API for Motif dialogs.
+<li> <a href="qmotifdialog.html">TQMotifDialog</a> - Provides the <a href="tqdialog.html">TQDialog</a> API for Motif dialogs.
<li> <a href="qxtwidget.html">TQXtWidget</a> - The Xt/Motif integration widget from the previous
Xt/Motif extension. This class is unsupported and has many known
problems and limitations. It is provided only to keep existing source
@@ -82,7 +82,7 @@ For example:
<p> <pre>
// TQt headers first
#include &lt;<a href="qapplication-h.html">ntqapplication.h</a>&gt;
- #include &lt;<a href="qpushbutton-h.html">ntqpushbutton.h</a>&gt;
+ #include &lt;<a href="tqpushbutton-h.html">tqpushbutton.h</a>&gt;
#include &lt;<a href="tqsocket-h.html">tqsocket.h</a>&gt;
...