diff options
Diffstat (limited to 'doc/winsystem.doc')
-rw-r--r-- | doc/winsystem.doc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/winsystem.doc b/doc/winsystem.doc index 92cd2e901..342101a77 100644 --- a/doc/winsystem.doc +++ b/doc/winsystem.doc @@ -4,7 +4,7 @@ ** ** Copyright (C) 2000-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: @@ -50,8 +50,8 @@ appropriate \c{#ifdef} statements (see below). For information about which platforms are supported by Qt, see the \link http://www.trolltech.com/products/platforms/ Platform -Notes\endlink. For information on distributing Qt applications, see -\link distributingntqt.html Deploying Qt Applications\endlink. +Notes\endlink. For information on distributing TQt applications, see +\link distributingntqt.html Deploying TQt Applications\endlink. \target x11 \section1 Qt/X11 @@ -107,7 +107,7 @@ When compiling for this platform, the macro \c{Q_WS_MACX} is defined. \section1 Qt/Embedded When compiling for this platform, the macro \c{Q_WS_QWS} is defined -(the window system is literally the Qt Window System). +(the window system is literally the TQt Window System). \list \i \link emb-install.html Installation\endlink |