summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqbitmap.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqbitmap.html')
-rw-r--r--doc/html/ntqbitmap.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqbitmap.html b/doc/html/ntqbitmap.html
index f0e55c2de..9566a5025 100644
--- a/doc/html/ntqbitmap.html
+++ b/doc/html/ntqbitmap.html
@@ -114,7 +114,7 @@ Constructs a bitmap with width <em>w</em> and height <em>h</em> and sets the
contents to <em>bits</em>.
<p> The <em>isXbitmap</em> flag should be TRUE if <em>bits</em> was generated by
the X11 bitmap program. The X bitmap bit order is little endian.
-The <a href="ntqimage.html">TQImage</a> documentation discusses bit order of monochrome images.
+The <a href="tqimage.html">TQImage</a> documentation discusses bit order of monochrome images.
<p> Example (creates an arrow bitmap):
<pre>
uchar arrow_bits[] = { 0x3f, 0x1f, 0x0f, 0x1f, 0x3b, 0x71, 0xe0, 0xc0 };
@@ -129,7 +129,7 @@ This is an overloaded member function, provided for convenience. It behaves esse
<em>bits</em>.
<p> The <em>isXbitmap</em> flag should be TRUE if <em>bits</em> was generated by
the X11 bitmap program. The X bitmap bit order is little endian.
-The <a href="ntqimage.html">TQImage</a> documentation discusses bit order of monochrome images.
+The <a href="tqimage.html">TQImage</a> documentation discusses bit order of monochrome images.
<h3 class=fn><a name="TQBitmap-6"></a>TQBitmap::TQBitmap ( const&nbsp;<a href="ntqbitmap.html">TQBitmap</a>&nbsp;&amp;&nbsp;bitmap )
</h3>
@@ -158,12 +158,12 @@ reference to this bitmap.
<p> Dithering will be performed if the pixmap has a <a href="ntqpixmap.html#depth">TQPixmap::depth</a>()
greater than 1.
-<h3 class=fn><a href="ntqbitmap.html">TQBitmap</a>&nbsp;&amp; <a name="operator-eq-3"></a>TQBitmap::operator= ( const&nbsp;<a href="ntqimage.html">TQImage</a>&nbsp;&amp;&nbsp;image )
+<h3 class=fn><a href="ntqbitmap.html">TQBitmap</a>&nbsp;&amp; <a name="operator-eq-3"></a>TQBitmap::operator= ( const&nbsp;<a href="tqimage.html">TQImage</a>&nbsp;&amp;&nbsp;image )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Converts the image <em>image</em> to a bitmap and assigns the result to
this bitmap. Returns a reference to the bitmap.
-<p> Dithering will be performed if the image has a <a href="ntqimage.html#depth">TQImage::depth</a>()
+<p> Dithering will be performed if the image has a <a href="tqimage.html#depth">TQImage::depth</a>()
greater than 1.
<h3 class=fn><a href="ntqbitmap.html">TQBitmap</a> <a name="xForm"></a>TQBitmap::xForm ( const&nbsp;<a href="ntqwmatrix.html">TQWMatrix</a>&nbsp;&amp;&nbsp;matrix ) const