diff options
author | Timothy Pearson <[email protected]> | 2011-12-05 22:04:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-05 22:04:08 -0600 |
commit | e02e31c8b9d854cd62cbe9799228f6e08e882773 (patch) | |
tree | 53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /doc/html/qxtwidget.html | |
parent | 143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff) | |
download | tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip |
Sync with latest script
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>. |