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