summaryrefslogtreecommitdiffstats
path: root/doc/html/tqcanvassprite.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-15 19:08:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-18 09:31:41 +0900
commita30f5359f03c3017fa19a6770fab32d25d22cb87 (patch)
treecb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/html/tqcanvassprite.html
parent25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff)
downloadtqt-a30f5359.tar.gz
tqt-a30f5359.zip
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqcanvassprite.html')
-rw-r--r--doc/html/tqcanvassprite.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqcanvassprite.html b/doc/html/tqcanvassprite.html
index 036717f4f..2fc843958 100644
--- a/doc/html/tqcanvassprite.html
+++ b/doc/html/tqcanvassprite.html
@@ -161,7 +161,7 @@ current frame. This assumes that the images are tightly cropped
(i.e. do not have transparent pixels all along a side).
<p>Reimplemented from <a href="tqcanvasitem.html#boundingRect">TQCanvasItem</a>.
-<h3 class=fn>void <a name="draw"></a>TQCanvasSprite::draw ( <a href="ntqpainter.html">TQPainter</a>&nbsp;&amp;&nbsp;painter )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="draw"></a>TQCanvasSprite::draw ( <a href="tqpainter.html">TQPainter</a>&nbsp;&amp;&nbsp;painter )<tt> [virtual]</tt>
</h3>
Draws the current frame's image at the sprite's current position
on painter <em>painter</em>.