diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-03-05 20:59:01 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-03-05 20:59:01 -0600 |
commit | dfb87398c72e9248aa709ae212e6ab7f2209003d (patch) | |
tree | 52422e7b6774fcc503d7c701cb2c77fa016386e8 /doc/qcollection-compat.doc | |
parent | 891a448afad4ab1f09bfb0cfee71652975bd7687 (diff) | |
download | tqt3-dfb87398c72e9248aa709ae212e6ab7f2209003d.tar.gz tqt3-dfb87398c72e9248aa709ae212e6ab7f2209003d.zip |
Automated update from Qt3
Diffstat (limited to 'doc/qcollection-compat.doc')
-rw-r--r-- | doc/qcollection-compat.doc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/qcollection-compat.doc b/doc/qcollection-compat.doc index e1b76a99f..05695948c 100644 --- a/doc/qcollection-compat.doc +++ b/doc/qcollection-compat.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: @@ -43,7 +43,7 @@ \code #include <ntqarray.h>\endcode - The QArray class has been renamed <b> \l QMemArray </b> in Qt 3.0. + The QArray class has been renamed <b> \l QMemArray </b> in TQt 3.0. */ /*! \page ntqcollection.html @@ -53,7 +53,7 @@ \code #include <ntqcollection.h>\endcode - The QCollection class has been renamed <b> \l QPtrCollection </b> in Qt 3.0. + The QCollection class has been renamed <b> \l QPtrCollection </b> in TQt 3.0. */ /*! \page ntqlist.html @@ -63,7 +63,7 @@ \code #include <ntqlist.h>\endcode - The QList class has been renamed <b> \l QPtrList </b> in Qt 3.0. + The QList class has been renamed <b> \l QPtrList </b> in TQt 3.0. */ /*! \page qlistiterator.html @@ -74,7 +74,7 @@ #include <ntqlist.h>\endcode The QListIterator class has been renamed <b> \l QPtrListIterator </b> in - Qt 3.0. + TQt 3.0. */ /*! \page ntqqueue.html @@ -84,7 +84,7 @@ \code #include <ntqqueue.h>\endcode - The QQueue class has been renamed <b> \l QPtrQueue </b> in Qt 3.0. + The QQueue class has been renamed <b> \l QPtrQueue </b> in TQt 3.0. */ /*! \page ntqstack.html @@ -94,7 +94,7 @@ \code #include <ntqstack.h>\endcode - The QStack class has been renamed <b> \l QPtrStack </b> in Qt 3.0. + The QStack class has been renamed <b> \l QPtrStack </b> in TQt 3.0. */ /*! \page ntqvector.html @@ -104,5 +104,5 @@ \code #include <ntqvector.h>\endcode - The QVector class has been renamed <b> \l QPtrVector </b> in Qt 3.0. + The QVector class has been renamed <b> \l QPtrVector </b> in TQt 3.0. */ |