summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqcanvassprite.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqcanvassprite.3qt')
-rw-r--r--doc/man/man3/tqcanvassprite.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqcanvassprite.3qt b/doc/man/man3/tqcanvassprite.3qt
index 97570c3b..b5c46667 100644
--- a/doc/man/man3/tqcanvassprite.3qt
+++ b/doc/man/man3/tqcanvassprite.3qt
@@ -46,7 +46,7 @@ Inherits TQCanvasItem.
.BI "virtual int \fBrtti\fR () const"
.br
.ti -1c
-.BI "virtual QRect \fBboundingRect\fR () const"
+.BI "virtual TQRect \fBboundingRect\fR () const"
.br
.ti -1c
.BI "int \fBwidth\fR () const"
@@ -148,7 +148,7 @@ This is an overloaded member function, provided for convenience. It behaves esse
Returns what the y-coordinate of the top edge of the sprite would be if the sprite (actually its hotspot) were moved to y-position \fIny\fR.
.PP
See also leftEdge(), rightEdge(), and topEdge().
-.SH "QRect TQCanvasSprite::boundingRect () const\fC [virtual]\fR"
+.SH "TQRect TQCanvasSprite::boundingRect () const\fC [virtual]\fR"
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.