summaryrefslogtreecommitdiffstats
path: root/doc/html/tqlayout.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqlayout.html')
-rw-r--r--doc/html/tqlayout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqlayout.html b/doc/html/tqlayout.html
index b41c8aafd..fee21a81c 100644
--- a/doc/html/tqlayout.html
+++ b/doc/html/tqlayout.html
@@ -209,7 +209,7 @@ Removes and deletes all items in this layout.
<h3 class=fn><a href="tqsizepolicy.html#ExpandData-enum">TQSizePolicy::ExpandData</a> <a name="expanding"></a>TQLayout::expanding () const<tt> [virtual]</tt>
</h3>
Returns whether this layout can make use of more space than
-<a href="tqlayoutitem.html#sizeHint">sizeHint</a>(). A value of <a href="ntqt.html#Orientation-enum">Vertical</a> or <a href="ntqt.html#Orientation-enum">Horizontal</a> means that it wants
+<a href="tqlayoutitem.html#sizeHint">sizeHint</a>(). A value of <a href="tqt.html#Orientation-enum">Vertical</a> or <a href="tqt.html#Orientation-enum">Horizontal</a> means that it wants
to grow in only one dimension, whereas <tt>BothDirections</tt> means that
it wants to grow in both dimensions.
<p> The default implementation returns <tt>BothDirections</tt>.