summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqregion.html
diff options
context:
space:
mode:
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.