summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqcanvaspolygon.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqcanvaspolygon.3qt')
-rw-r--r--doc/man/man3/tqcanvaspolygon.3qt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqcanvaspolygon.3qt b/doc/man/man3/tqcanvaspolygon.3qt
index e97dbf2b7..f9fff9ff6 100644
--- a/doc/man/man3/tqcanvaspolygon.3qt
+++ b/doc/man/man3/tqcanvaspolygon.3qt
@@ -39,13 +39,13 @@ Inherited by TQCanvasSpline.
.SS "Protected Members"
.in +1c
.ti -1c
-.BI "virtual void \fBdrawShape\fR ( QPainter & p )"
+.BI "virtual void \fBdrawShape\fR ( TQPainter & p )"
.br
.in -1c
.SH DESCRIPTION
The TQCanvasPolygon class provides a polygon on a TQCanvas.
.PP
-Paints a polygon with a QBrush. The polygon's points can be set in the constructor or set or changed later using setPoints(). Use points() to retrieve the points, or areaPoints() to retrieve the points relative to the canvas's origin.
+Paints a polygon with a TQBrush. The polygon's points can be set in the constructor or set or changed later using setPoints(). Use points() to retrieve the points, or areaPoints() to retrieve the points relative to the canvas's origin.
.PP
The polygon can be drawn on a painter with drawShape().
.PP
@@ -65,7 +65,7 @@ Returns the vertices of the polygon translated by the polygon's current x(), y()
See also setPoints() and points().
.PP
Reimplemented from TQCanvasPolygonalItem.
-.SH "void TQCanvasPolygon::drawShape ( QPainter & p )\fC [virtual protected]\fR"
+.SH "void TQCanvasPolygon::drawShape ( TQPainter & p )\fC [virtual protected]\fR"
Draws the polygon using the painter \fIp\fR.
.PP
Note that TQCanvasPolygon does not support an outline (the pen is always NoPen).