summaryrefslogtreecommitdiffstats
path: root/doc/datastreamformat.doc
diff options
context:
space:
mode:
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)