summaryrefslogtreecommitdiffstats
path: root/doc/html/qmotifwidget.html
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-01-26 23:32:43 -0600
committerTimothy Pearson <[email protected]>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qmotifwidget.html
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
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 ac6b8d7c3..113392189 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="qwidget.html">TQWidget</a>.
+<p>Inherits <a href="ntqwidget.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="qwidget.html">TQWidget</a> API for Xt/Motif widgets.
+The TQMotifWidget class provides the <a href="ntqwidget.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="qwidget.html#reparent">TQWidget::reparent</a>() will not work. This includes the functions
-<a href="qwidget.html#showFullScreen">TQWidget::showFullScreen</a>() and <a href="qwidget.html#showNormal">TQWidget::showNormal</a>(), which use
+<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
TQWidget::reparent().
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQMotifWidget"></a>TQMotifWidget::TQMotifWidget ( <a href="qwidget.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="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>
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="qwidget.html">TQWidget</a>, the Xt/Motif widget is created as a child of a
+normal <a href="ntqwidget.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.