summaryrefslogtreecommitdiffstats
path: root/doc/html/tqlayoutitem.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqlayoutitem.html')
-rw-r--r--doc/html/tqlayoutitem.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqlayoutitem.html b/doc/html/tqlayoutitem.html
index db733f02e..f5f9492ef 100644
--- a/doc/html/tqlayoutitem.html
+++ b/doc/html/tqlayoutitem.html
@@ -82,7 +82,7 @@ an iterator for the layout's children. If the concrete item is a
</h3>
<p> Constructs a layout item with an <em>alignment</em> that is a bitwise OR
-of the <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. Not all subclasses support
+of the <a href="tqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. Not all subclasses support
alignment.
<h3 class=fn><a name="~TQLayoutItem"></a>TQLayoutItem::~TQLayoutItem ()<tt> [virtual]</tt>
@@ -188,7 +188,7 @@ If this item is a <a href="tqlayout.html">TQLayout</a>, it is returned as a TQLa
<h3 class=fn>void <a name="setAlignment"></a>TQLayoutItem::setAlignment ( int&nbsp;a )<tt> [virtual]</tt>
</h3>
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.
+the <a href="tqt.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="tqrect.html">TQRect</a>&nbsp;&amp;&nbsp;r )<tt> [pure virtual]</tt>