diff options
Diffstat (limited to 'doc/man/man3/tqcanvassprite.3qt')
-rw-r--r-- | doc/man/man3/tqcanvassprite.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqcanvassprite.3qt b/doc/man/man3/tqcanvassprite.3qt index adcc403bb..97570c3bf 100644 --- a/doc/man/man3/tqcanvassprite.3qt +++ b/doc/man/man3/tqcanvassprite.3qt @@ -91,7 +91,7 @@ Inherits TQCanvasItem. .BI "virtual void \fBadvance\fR ( int phase )" .br .ti -1c -.BI "virtual void \fBdraw\fR ( QPainter & painter )" +.BI "virtual void \fBdraw\fR ( TQPainter & painter )" .br .in -1c .SH DESCRIPTION @@ -152,7 +152,7 @@ See also leftEdge(), rightEdge(), and topEdge(). Returns the bounding rectangle for the image in the sprite's current frame. This assumes that the images are tightly cropped (i.e. do not have transparent pixels all along a side). .PP Reimplemented from TQCanvasItem. -.SH "void TQCanvasSprite::draw ( QPainter & painter )\fC [virtual]\fR" +.SH "void TQCanvasSprite::draw ( TQPainter & painter )\fC [virtual]\fR" Draws the current frame's image at the sprite's current position on painter \fIpainter\fR. .PP Reimplemented from TQCanvasItem. |