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/datastreamformat.doc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/datastreamformat.doc') diff --git a/doc/datastreamformat.doc b/doc/datastreamformat.doc index 7716b5f65..f47ed415f 100644 --- a/doc/datastreamformat.doc +++ b/doc/datastreamformat.doc @@ -87,7 +87,7 @@ and to read back into the same TQt integer type when reading. \i The string bytes including the terminating 0 \endlist The null string is represented as \c {(TQ_UINT32) 0}. -\row \i QBitArray +\row \i TQBitArray \i \list \i The array size (TQ_UINT32) \i The array bits, i.e. (size + 7)/8 bytes @@ -98,12 +98,12 @@ and to read back into the same TQt integer type when reading. \i The brush color (TQColor) \i If style is CustomPattern, the brush pixmap (QPixmap) \endlist -\row \i QByteArray +\row \i TQByteArray \i \list \i The array size (TQ_UINT32) \i The array bytes, i.e. size bytes \endlist -\row \i QCString +\row \i TQCString \i \list \i The size of the string including the terminating 0 (TQ_UINT32) \i The string bytes including the terminating 0 @@ -144,7 +144,7 @@ and to read back into the same TQt integer type when reading. \endlist \row \i QFont \i \list - \i The family (QCString) + \i The family (TQCString) \i The point size (TQ_INT16) \i The style hint (TQ_UINT8) \i The char set (TQ_UINT8) -- cgit v1.2.3