summaryrefslogtreecommitdiffstats
path: root/doc/html/tqcanvaspixmap.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqcanvaspixmap.html')
-rw-r--r--doc/html/tqcanvaspixmap.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqcanvaspixmap.html b/doc/html/tqcanvaspixmap.html
index eec83185d..5fc01cef7 100644
--- a/doc/html/tqcanvaspixmap.html
+++ b/doc/html/tqcanvaspixmap.html
@@ -63,11 +63,11 @@ you retrieve a frame (pixmap) from a TQCanvasSprite it will be
returned as a TQCanvasPixmap.
<p> The pixmap is a <a href="ntqpixmap.html">TQPixmap</a> and can only be set in the constructor.
There are three different constructors, one taking a TQPixmap, one
-a <a href="ntqimage.html">TQImage</a> and one a file name that refers to a file in any
-supported file format (see <a href="qimageio.html">TQImageIO</a>).
+a <a href="tqimage.html">TQImage</a> and one a file name that refers to a file in any
+supported file format (see <a href="tqimageio.html">TQImageIO</a>).
<p> TQCanvasPixmap can have a hotspot which is defined in terms of an (x,
y) offset. When you create a TQCanvasPixmap from a PNG file or from
-a TQImage that has a <a href="ntqimage.html#offset">TQImage::offset</a>(), the offset() is initialized
+a TQImage that has a <a href="tqimage.html#offset">TQImage::offset</a>(), the offset() is initialized
appropriately, otherwise the constructor leaves it at (0, 0). You
can set it later using <a href="#setOffset">setOffset</a>(). When the TQCanvasPixmap is used
in a <a href="tqcanvassprite.html">TQCanvasSprite</a>, the offset position is the point at
@@ -83,7 +83,7 @@ stays in the same position.
</h3>
Constructs a TQCanvasPixmap that uses the image stored in <em>datafilename</em>.
-<h3 class=fn><a name="TQCanvasPixmap-2"></a>TQCanvasPixmap::TQCanvasPixmap ( const&nbsp;<a href="ntqimage.html">TQImage</a>&nbsp;&amp;&nbsp;image )
+<h3 class=fn><a name="TQCanvasPixmap-2"></a>TQCanvasPixmap::TQCanvasPixmap ( const&nbsp;<a href="tqimage.html">TQImage</a>&nbsp;&amp;&nbsp;image )
</h3>
Constructs a TQCanvasPixmap from the image <em>image</em>.