summaryrefslogtreecommitdiffstats
path: root/doc/datastreamformat.doc
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-07 14:56:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-07 14:56:09 +0900
commit87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch)
tree2d674f204c5205ca577a782e1b50583afd563972 /doc/datastreamformat.doc
parent628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff)
downloadtqt-87d29563.tar.gz
tqt-87d29563.zip
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/datastreamformat.doc')
-rw-r--r--doc/datastreamformat.doc8
1 files changed, 4 insertions, 4 deletions
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)