summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqregion.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-07 14:56:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-07 14:56:09 +0900
commit87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch)
tree2d674f204c5205ca577a782e1b50583afd563972 /doc/html/ntqregion.html
parent628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff)
downloadtqt-87d29563.tar.gz
tqt-87d29563.zip
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqregion.html')
-rw-r--r--doc/html/ntqregion.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqregion.html b/doc/html/ntqregion.html
index dcba288ba..fe61b819f 100644
--- a/doc/html/ntqregion.html
+++ b/doc/html/ntqregion.html
@@ -159,7 +159,7 @@ painting when used.
</h3>
Constructs a new region which is equal to region <em>r</em>.
-<h3 class=fn><a name="TQRegion-6"></a>TQRegion::TQRegion ( const&nbsp;<a href="ntqbitmap.html">TQBitmap</a>&nbsp;&amp;&nbsp;bm )
+<h3 class=fn><a name="TQRegion-6"></a>TQRegion::TQRegion ( const&nbsp;<a href="tqbitmap.html">TQBitmap</a>&nbsp;&amp;&nbsp;bm )
</h3>
Constructs a region from the bitmap <em>bm</em>.
<p> The resulting region consists of the pixels in bitmap <em>bm</em> that
@@ -312,7 +312,7 @@ Applies the <a href="#unite">unite</a>() function to this region and <em>r</em>
the result to this region. <tt>r1|=r2</tt> is equivalent to <tt>r1=r1.unite(r2)</tt>
<p> <p>See also <a href="#unite">unite</a>().
-<h3 class=fn><a href="ntqmemarray.html">TQMemArray</a>&lt;TQRect&gt; <a name="rects"></a>TQRegion::rects () const
+<h3 class=fn><a href="tqmemarray.html">TQMemArray</a>&lt;TQRect&gt; <a name="rects"></a>TQRegion::rects () const
</h3>
Returns an array of non-overlapping rectangles that make up the
region.