From 252a2ec8b0f0f9cf20c947737087b24a8185b588 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 10 Jul 2024 18:56:16 +0900 Subject: Rename IO and network class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/ntqpointarray.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/ntqpointarray.html') diff --git a/doc/html/ntqpointarray.html b/doc/html/ntqpointarray.html index dda487143..bebdfdbf2 100644 --- a/doc/html/ntqpointarray.html +++ b/doc/html/ntqpointarray.html @@ -258,14 +258,14 @@ Sets the point at position index in the array to (x, y). Translates all points in the array by (dx, dy).

Related Functions

-

TQDataStream & operator<< ( TQDataStream & s, const TQPointArray & a ) +

TQDataStream & operator<< ( TQDataStream & s, const TQPointArray & a )

Writes the point array, a to the stream s and returns a reference to the stream.

See also Format of the TQDataStream operators. -

TQDataStream & operator>> ( TQDataStream & s, TQPointArray & a ) +

TQDataStream & operator>> ( TQDataStream & s, TQPointArray & a )

Reads a point array, a from the stream s and returns a -- cgit v1.2.1