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 8de520ce..0929ad70 100644
--- a/doc/datastreamformat.doc
+++ b/doc/datastreamformat.doc
@@ -4,7 +4,7 @@
**
** Copyright (C) 1992-2008 Trolltech ASA. All rights reserved.
**
-** This file is part of the Qt GUI Toolkit.
+** This file is part of the TQt GUI Toolkit.
**
** This file may be used under the terms of the GNU General
** Public License versions 2.0 or 3.0 as published by the Free
@@ -13,7 +13,7 @@
** Alternatively you may (at your option) use any later version
** of the GNU General Public License if such license has been
** publicly approved by Trolltech ASA (or its successors, if any)
-** and the KDE Free Qt Foundation.
+** and the KDE Free TQt Foundation.
**
** Please review the following information to ensure GNU General
** Public Licensing requirements will be met:
@@ -41,12 +41,12 @@
\title Format of the QDataStream Operators
-The \l QDataStream allows you to serialize some of the Qt data types.
+The \l QDataStream allows you to serialize some of the TQt data types.
The table below lists the data types that QDataStream can serialize
and how they are represented.
-It is best to always cast integers to a Qt integer type when writing,
-and to read back into the same Qt integer type when reading.
+It is best to always cast integers to a TQt integer type when writing,
+and to read back into the same TQt integer type when reading.
\table
\row \i TQ_INT8