diff options
Diffstat (limited to 'doc/html/qxtwidget.html')
-rw-r--r-- | doc/html/qxtwidget.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qxtwidget.html b/doc/html/qxtwidget.html index 46f5a182a..c464a1d96 100644 --- a/doc/html/qxtwidget.html +++ b/doc/html/qxtwidget.html @@ -102,7 +102,7 @@ Constructs a TQXtWidget of the given <em>widget_class</em> called <em>name</em>. <p> Use this constructor to utilize Xt or <a href="motif-extension.html#Motif">Motif</a> widgets in a TQt application. The TQXtWidget looks and behaves like the Xt class, but can be used like any <a href="qwidget.html">TQWidget</a>. -<p> Note that Xt retquires that the most top level Xt widget is a shell. +<p> Note that Xt requires that the most top level Xt widget is a shell. This means, if <em>parent</em> is a TQXtWidget, the <em>widget_class</em> can be of any kind. If there isn't a parent or the parent is just a normal TQWidget, <em>widget_class</em> should be something like <tt>topLevelShellWidgetClass</tt>. |