summaryrefslogtreecommitdiffstats
path: root/doc/qtl.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/qtl.doc')
-rw-r--r--doc/qtl.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/qtl.doc b/doc/qtl.doc
index 011c16f8b..1787e00bd 100644
--- a/doc/qtl.doc
+++ b/doc/qtl.doc
@@ -341,7 +341,7 @@ All the containers we've mentioned can be serialized with the
appropriate streaming operators. Here is an example.
\code
- QDataStream str(...);
+ TQDataStream str(...);
TQValueList<QRect> list;
// ... fill the list here
str << list;