summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqpointarray.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqpointarray.3qt')
-rw-r--r--doc/man/man3/tqpointarray.3qt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqpointarray.3qt b/doc/man/man3/tqpointarray.3qt
index 94e6a9740..62e468b1d 100644
--- a/doc/man/man3/tqpointarray.3qt
+++ b/doc/man/man3/tqpointarray.3qt
@@ -91,13 +91,13 @@ For convenient reading and writing of the point data use setPoints(), putPoints(
.PP
For geometry operations use boundingRect() and translate(). There is also the QWMatrix::map() function for more general transformations of QPointArrays. You can also create arcs and ellipses with makeArc() and makeEllipse().
.PP
-Among others, QPointArray is used by QPainter::drawLineSegments(), QPainter::drawPolyline(), QPainter::drawPolygon() and QPainter::drawCubicBezier().
+Among others, QPointArray is used by TQPainter::drawLineSegments(), TQPainter::drawPolyline(), TQPainter::drawPolygon() and TQPainter::drawCubicBezier().
.PP
Note that because this class is a TQMemArray, copying an array and modifying the copy modifies the original as well, i.e. a shallow copy. If you need a deep copy use copy() or detach(), for example:
.PP
.nf
.br
- void drawGiraffe( const QPointArray & r, QPainter * p )
+ void drawGiraffe( const QPointArray & r, TQPainter * p )
.br
{
.br
@@ -115,7 +115,7 @@ Note that because this class is a TQMemArray, copying an array and modifying the
.PP
If you forget the tmp.detach(), the const array will be modified.
.PP
-See also QPainter, QWMatrix, TQMemArray, Graphics Classes, Image Processing Classes, and Implicitly and Explicitly Shared Classes.
+See also TQPainter, QWMatrix, TQMemArray, Graphics Classes, Image Processing Classes, and Implicitly and Explicitly Shared Classes.
.SH MEMBER FUNCTION DOCUMENTATION
.SH "QPointArray::QPointArray ()"
Constructs a null point array.