summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqcanvasrectangle.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqcanvasrectangle.3qt')
-rw-r--r--doc/man/man3/tqcanvasrectangle.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqcanvasrectangle.3qt b/doc/man/man3/tqcanvasrectangle.3qt
index 892629561..f82ece5a9 100644
--- a/doc/man/man3/tqcanvasrectangle.3qt
+++ b/doc/man/man3/tqcanvasrectangle.3qt
@@ -49,7 +49,7 @@ Inherits TQCanvasPolygonalItem.
.SS "Protected Members"
.in +1c
.ti -1c
-.BI "virtual void \fBdrawShape\fR ( QPainter & p )"
+.BI "virtual void \fBdrawShape\fR ( TQPainter & p )"
.br
.ti -1c
.BI "virtual QPointArray \fBchunks\fR () const"
@@ -78,7 +78,7 @@ Constructs a rectangle at position (\fIx\fR, \fIy\fR) and size \fIwidth\fR by \f
Destroys the rectangle.
.SH "QPointArray TQCanvasRectangle::chunks () const\fC [virtual protected]\fR"
Simply calls TQCanvasItem::chunks().
-.SH "void TQCanvasRectangle::drawShape ( QPainter & p )\fC [virtual protected]\fR"
+.SH "void TQCanvasRectangle::drawShape ( TQPainter & p )\fC [virtual protected]\fR"
Draws the rectangle on painter \fIp\fR.
.PP
Example: canvas/canvas.cpp.