summaryrefslogtreecommitdiffstats
path: root/doc/collect.doc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-03-05 20:59:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-03-05 20:59:01 -0600
commitdfb87398c72e9248aa709ae212e6ab7f2209003d (patch)
tree52422e7b6774fcc503d7c701cb2c77fa016386e8 /doc/collect.doc
parent891a448afad4ab1f09bfb0cfee71652975bd7687 (diff)
downloadtqt3-dfb87398c72e9248aa709ae212e6ab7f2209003d.tar.gz
tqt3-dfb87398c72e9248aa709ae212e6ab7f2209003d.zip
Automated update from Qt3
Diffstat (limited to 'doc/collect.doc')
-rw-r--r--doc/collect.doc12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/collect.doc b/doc/collect.doc
index cb56929b..ffd865a2 100644
--- a/doc/collect.doc
+++ b/doc/collect.doc
@@ -1,10 +1,10 @@
/****************************************************************************
**
-** Qt collection classes documentation
+** TQt collection classes documentation
**
** 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:
@@ -54,7 +54,7 @@ classes. The pointer-based collection classes work with pointers to
items, while the value-based classes store copies of their items. The
value-based collections are very similar to STL container classes, and
can be used with STL algorithms and containers. See the \link
-qt-template-lib.html Qt Template Library\endlink documentation for
+qt-template-lib.html TQt Template Library\endlink documentation for
details.
The value-based collections are:
@@ -96,8 +96,8 @@ is a class for traversing the items in a collection:
\endlist
The value-based collections plus algorithms operating on them are
-grouped together in the \link qt-template-lib.html Qt Template
-Library\endlink; see also the \link ntqtl.html Qt Template
+grouped together in the \link qt-template-lib.html TQt Template
+Library\endlink; see also the \link ntqtl.html TQt Template
Library Classes\endlink.
The rest of this page dicusses the pointer-based containers.