summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqcanvasrectangle.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-07-15 19:08:22 +0900
committerMichele Calgaro <[email protected]>2024-07-18 09:31:41 +0900
commita30f5359f03c3017fa19a6770fab32d25d22cb87 (patch)
treecb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/man/man3/tqcanvasrectangle.3qt
parent25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff)
downloadtqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.tar.gz
tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.zip
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <[email protected]>
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.