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/html/ntqiodevice.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/ntqiodevice.html') diff --git a/doc/html/ntqiodevice.html b/doc/html/ntqiodevice.html index 3dc5cab64..51361e1e4 100644 --- a/doc/html/ntqiodevice.html +++ b/doc/html/ntqiodevice.html @@ -409,7 +409,7 @@ binary data. Cannot be combined with IO_Raw.

Example: grapher/grapher.cpp.

Reimplemented in TQFile and TQSocket. -

TQByteArray TQIODevice::readAll () [virtual] +

TQByteArray TQIODevice::readAll () [virtual]

This convenience function returns all of the remaining data in the device. @@ -534,7 +534,7 @@ number of bytes actually written.

Example: distributor/distributor.ui.h.

Reimplemented in TQBuffer, TQSocket, and TQSocketDevice. -

TQ_LONG TQIODevice::writeBlock ( const TQByteArray & data ) +

TQ_LONG TQIODevice::writeBlock ( const TQByteArray & data )

This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

This convenience function is the same as calling writeBlock( -- cgit v1.2.3