From 87d29563e3ccdeb7fea0197e262e667ef323ff9c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 7 Jul 2024 14:56:09 +0900 Subject: Rename utility class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/man/man3/tqpointarray.3qt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/man/man3/tqpointarray.3qt') diff --git a/doc/man/man3/tqpointarray.3qt b/doc/man/man3/tqpointarray.3qt index f086e824c..b01c0df2e 100644 --- a/doc/man/man3/tqpointarray.3qt +++ b/doc/man/man3/tqpointarray.3qt @@ -11,7 +11,7 @@ QPointArray \- Array of points .SH SYNOPSIS \fC#include \fR .PP -Inherits QMemArray. +Inherits TQMemArray. .PP .SS "Public Members" .in +1c @@ -85,7 +85,7 @@ Inherits QMemArray. .SH DESCRIPTION The QPointArray class provides an array of points. .PP -A QPointArray is an array of QPoint objects. In addition to the functions provided by QMemArray, QPointArray provides some point-specific functions. +A QPointArray is an array of QPoint objects. In addition to the functions provided by TQMemArray, QPointArray provides some point-specific functions. .PP For convenient reading and writing of the point data use setPoints(), putPoints(), point(), and setPoint(). .PP @@ -93,7 +93,7 @@ For geometry operations use boundingRect() and translate(). There is also the QW .PP Among others, QPointArray is used by QPainter::drawLineSegments(), QPainter::drawPolyline(), QPainter::drawPolygon() and QPainter::drawCubicBezier(). .PP -Note that because this class is a QMemArray, 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: +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 @@ -115,7 +115,7 @@ Note that because this class is a QMemArray, copying an array and modifying the .PP If you forget the tmp.detach(), the const array will be modified. .PP -See also QPainter, QWMatrix, QMemArray, Graphics Classes, Image Processing Classes, and Implicitly and Explicitly Shared Classes. +See also QPainter, 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. -- cgit v1.2.3