summaryrefslogtreecommitdiffstats
path: root/doc/html/qmotifwidget.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qmotifwidget.html')
-rw-r--r--doc/html/qmotifwidget.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/qmotifwidget.html b/doc/html/qmotifwidget.html
index 113392189..95687254c 100644
--- a/doc/html/qmotifwidget.html
+++ b/doc/html/qmotifwidget.html
@@ -35,7 +35,7 @@ body { background: #ffffff; color: black; }
<a href="#details">More...</a>
<p>This class is part of the <b>TQt Motif Extension</b>.
<p><tt>#include &lt;<a href="qmotifwidget-h.html">qmotifwidget.h</a>&gt;</tt>
-<p>Inherits <a href="ntqwidget.html">TQWidget</a>.
+<p>Inherits <a href="tqwidget.html">TQWidget</a>.
<p><a href="qmotifwidget-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -51,7 +51,7 @@ body { background: #ffffff; color: black; }
<p> This class is defined in the <b>TQt <a href="motif-extension.html#Motif">Motif</a> Extension</b>, which can be found in the <tt>qt/extensions</tt> directory. It is not included in the main TQt API.
<p>
-The TQMotifWidget class provides the <a href="ntqwidget.html">TQWidget</a> API for Xt/Motif widgets.
+The TQMotifWidget class provides the <a href="tqwidget.html">TQWidget</a> API for Xt/Motif widgets.
<p>
<p> TQMotifWidget exists to provide a TQWidget that can act as a parent
@@ -72,12 +72,12 @@ these custom widgets as TQMotifWidget with TQWidget parents. This
allows the application's interface to be replaced gradually.
<p> <b>Warning:</b> TQMotifWidget uses the X11 window ID of the Motif widget
directly, instead of creating its own. Because ot this,
-<a href="ntqwidget.html#reparent">TQWidget::reparent</a>() will not work. This includes the functions
-<a href="ntqwidget.html#showFullScreen">TQWidget::showFullScreen</a>() and <a href="ntqwidget.html#showNormal">TQWidget::showNormal</a>(), which use
+<a href="tqwidget.html#reparent">TQWidget::reparent</a>() will not work. This includes the functions
+<a href="tqwidget.html#showFullScreen">TQWidget::showFullScreen</a>() and <a href="tqwidget.html#showNormal">TQWidget::showNormal</a>(), which use
TQWidget::reparent().
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQMotifWidget"></a>TQMotifWidget::TQMotifWidget ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, WidgetClass&nbsp;widgetclass, ArgList&nbsp;args = NULL, Cardinal&nbsp;argcount = 0, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;flags = 0 )
+<h3 class=fn><a name="TQMotifWidget"></a>TQMotifWidget::TQMotifWidget ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, WidgetClass&nbsp;widgetclass, ArgList&nbsp;args = NULL, Cardinal&nbsp;argcount = 0, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;flags = 0 )
</h3>
Creates a TQMotifWidget of the given <em>widgetclass</em> as a child of
<em>parent</em>, with the name <em>name</em> and widget flags <em>flags</em>.
@@ -87,7 +87,7 @@ XtCreateWidget.
This widget can be used as a parent for any other Xt/Motif widget.
<p> If <em>parent</em> is a TQMotifWidget, the Xt/Motif widget is created as
a child of the parent's motifWidget(). If &#92; parent is 0 or a
-normal <a href="ntqwidget.html">TQWidget</a>, the Xt/Motif widget is created as a child of a
+normal <a href="tqwidget.html">TQWidget</a>, the Xt/Motif widget is created as a child of a
special TopLevelShell widget. Xt/Motif widgets can use this
special TopLevelShell parent as the parent for existing
Xt/Motif dialogs or TQMotifDialogs.