diff options
Diffstat (limited to 'doc/xml-sax-walkthrough.doc')
-rw-r--r-- | doc/xml-sax-walkthrough.doc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/xml-sax-walkthrough.doc b/doc/xml-sax-walkthrough.doc index b0279ca29..97b8e0d61 100644 --- a/doc/xml-sax-walkthrough.doc +++ b/doc/xml-sax-walkthrough.doc @@ -4,7 +4,7 @@ ** ** Copyright (C) 2005-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: @@ -40,12 +40,12 @@ \ingroup step-by-step-examples -\title Walkthrough: How to use the Qt SAX2 classes +\title Walkthrough: How to use the TQt SAX2 classes -For a general discussion of the XML topics in Qt please refer to +For a general discussion of the XML topics in TQt please refer to the document \link xml.html XML Module. \endlink To learn more about SAX2 see the document describing -\link xml.html#sax2 the Qt SAX2 implementation. \endlink +\link xml.html#sax2 the TQt SAX2 implementation. \endlink Before reading on you should at least be familiar with the \link xml.html#sax2Intro Introduction to SAX2. \endlink |