summaryrefslogtreecommitdiffstats
path: root/doc/html/qlayoutitem.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qlayoutitem.html')
-rw-r--r--doc/html/qlayoutitem.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qlayoutitem.html b/doc/html/qlayoutitem.html
index 922c0825..739d1659 100644
--- a/doc/html/qlayoutitem.html
+++ b/doc/html/qlayoutitem.html
@@ -102,7 +102,7 @@ Destroys the TQLayoutItem.
"wants" to expand in (if any).
<p>Reimplemented in <a href="ntqlayout.html#expanding">TQLayout</a>, <a href="qspaceritem.html#expanding">TQSpacerItem</a>, and <a href="tqwidgetitem.html#expanding">TQWidgetItem</a>.
-<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="geometry"></a>TQLayoutItem::geometry () const<tt> [pure virtual]</tt>
+<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="geometry"></a>TQLayoutItem::geometry () const<tt> [pure virtual]</tt>
</h3>
<p> Returns the rectangle covered by this layout item.
@@ -192,7 +192,7 @@ Sets the alignment of this item to <em>a</em>, which is a bitwise OR of
the <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. Not all subclasses support alignment.
<p>Example: <a href="tutorial2-09.html#x2644">chart/optionsform.cpp</a>.
-<h3 class=fn>void <a name="setGeometry"></a>TQLayoutItem::setGeometry ( const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;r )<tt> [pure virtual]</tt>
+<h3 class=fn>void <a name="setGeometry"></a>TQLayoutItem::setGeometry ( const&nbsp;<a href="tqrect.html">TQRect</a>&nbsp;&amp;&nbsp;r )<tt> [pure virtual]</tt>
</h3>
<p> Implemented in subclasses to set this item's geometry to <em>r</em>.