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/datastreamformat.doc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/datastreamformat.doc') diff --git a/doc/datastreamformat.doc b/doc/datastreamformat.doc index f47ed415f..27005bc21 100644 --- a/doc/datastreamformat.doc +++ b/doc/datastreamformat.doc @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Documentation of the Format of the QDataStream operators +** Documentation of the Format of the TQDataStream operators ** ** Copyright (C) 1992-2008 Trolltech ASA. All rights reserved. ** @@ -39,10 +39,10 @@ /*! \page datastreamformat.html -\title Format of the QDataStream Operators +\title Format of the TQDataStream Operators -The \l QDataStream allows you to serialize some of the TQt data types. -The table below lists the data types that QDataStream can serialize +The \l TQDataStream allows you to serialize some of the TQt data types. +The table below lists the data types that TQDataStream can serialize and how they are represented. It is best to always cast integers to a TQt integer type when writing, @@ -156,7 +156,7 @@ and to read back into the same TQt integer type when reading. \i If the image is null a "null image" marker is saved; otherwise the image is saved in PNG or BMP format (depending on the stream version). If you want control of the format, - stream the image into a QBuffer (using TQImageIO) and stream + stream the image into a TQBuffer (using TQImageIO) and stream that. \endlist \row \i TQMap -- cgit v1.2.1