summaryrefslogtreecommitdiffstats
path: root/doc/datastreamformat.doc
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-09-23 12:42:20 +0900
committerMichele Calgaro <[email protected]>2023-09-24 20:14:25 +0900
commitd73937a9f779e2aafa6c392f94c9c29aa32b78fd (patch)
treee2c52ad435e8cca696acae34b1f451e934675a64 /doc/datastreamformat.doc
parenteb42871e999672a8fad5793733c58be05928c8ea (diff)
downloadtqt3-r14.1.1.tar.gz
tqt3-r14.1.1.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit b35e0845dc9b3c8b9a5e52a682c769f383933fae)
Diffstat (limited to 'doc/datastreamformat.doc')
-rw-r--r--doc/datastreamformat.doc10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/datastreamformat.doc b/doc/datastreamformat.doc
index 0929ad70a..4c3f393e2 100644
--- a/doc/datastreamformat.doc
+++ b/doc/datastreamformat.doc
@@ -95,7 +95,7 @@ and to read back into the same TQt integer type when reading.
\row \i QBrush
\i \list
\i The brush style (TQ_UINT8)
- \i The brush color (QColor)
+ \i The brush color (TQColor)
\i If style is CustomPattern, the brush pixmap (QPixmap)
\endlist
\row \i QByteArray
@@ -109,7 +109,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 \l QColor
+\row \i \l TQColor
\i \list \i RGB value serialized as a TQ_UINT32 \endlist
\row \i QColorGroup
\i \list
@@ -151,7 +151,7 @@ and to read back into the same TQt integer type when reading.
\i The weight (TQ_UINT8)
\i The font bits (TQ_UINT8)
\endlist
-\row \i QImage
+\row \i TQImage
\i \list
\i If the image is null a "null image" marker is saved;
otherwise the image is saved in PNG or BMP format (depending
@@ -174,7 +174,7 @@ and to read back into the same TQt integer type when reading.
\i \list
\i The pen styles (TQ_UINT8)
\i The pen width (TQ_UINT8)
- \i The pen color (QColor)
+ \i The pen color (TQColor)
\endlist
\row \i QPicture
\i \list
@@ -214,7 +214,7 @@ and to read back into the same TQt integer type when reading.
\i width (TQ_INT32)
\i height (TQ_INT32)
\endlist
-\row \i QString
+\row \i TQString
\i \list
\i If the string is null: 0xffffffff (TQ_UINT32)<br>
otherwise: The string length (TQ_UINT32) followed by the