summaryrefslogtreecommitdiffstats
path: root/doc/html/tqlayoutitem.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-09-09 14:57:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-09-12 18:58:18 +0900
commit6f57abfc9cd3acf1d648aee696947ac9216adb71 (patch)
tree4ae374b1ce01d388bca2249c5d903d79a6cb814f /doc/html/tqlayoutitem.html
parent0582c90a9ed4b965629267713f51c0da7c38b39d (diff)
downloadtqt-6f57abfc.tar.gz
tqt-6f57abfc.zip
Rename remaining ntq[s-z]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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>