summaryrefslogtreecommitdiffstats
path: root/doc/opengl-x11-overlays.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/opengl-x11-overlays.doc')
-rw-r--r--doc/opengl-x11-overlays.doc14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/opengl-x11-overlays.doc b/doc/opengl-x11-overlays.doc
index 9c310020..e63d01b8 100644
--- a/doc/opengl-x11-overlays.doc
+++ b/doc/opengl-x11-overlays.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:
@@ -39,7 +39,7 @@
/*!
\page opengl-x11-overlays.html
- \title How to use X11 overlays with the Qt OpenGL extension
+ \title How to use X11 overlays with the TQt OpenGL extension
X11 overlays are a powerful mechanism for drawing
annotations etc., on top of an image without destroying it, thus saving
@@ -47,7 +47,7 @@ a great deal of image rendering time. For more information, consult the highly
recommended book \e{OpenGL Programming for the X Window System} (Mark
Kilgard, Addison Wesley Developers Press 1996).
-\warning From version 5.0 onwards, the Qt OpenGL Extension includes
+\warning From version 5.0 onwards, the TQt OpenGL Extension includes
direct support for the use of OpenGL overlays. For many uses of
overlays, this makes the technique described below redundant. See the
\link opengl-overlay-example.html overlay\endlink example program. The
@@ -55,7 +55,7 @@ following is a discussion on how to use non-QGL widgets in overlay
planes.
In the typical case, X11 overlays can easily be used together with the
-current version of Qt and the Qt OpenGL Extension. The following
+current version of TQt and the TQt OpenGL Extension. The following
requirements apply:
\list 1
@@ -103,7 +103,7 @@ image shows through except where explicitly overpainted.
Note: to use this technique, you must not use the "ManyColor" or
"TrueColor" ColorSpec for QApplication, because this will force
-the normal Qt widgets to use a TrueColor visual, which will typically
+the normal TQt widgets to use a TrueColor visual, which will typically
be in the main plane, not in the overlay plane as desired.
@@ -126,7 +126,7 @@ means the visual is in an overlay plane.
transparency information for overlay visuals.
The \link opengl-overlay-example.html X11 overlay\endlink example
-program will output what visual is used for the normal Qt widgets, and
+program will output what visual is used for the normal TQt widgets, and
what visual is used by the QGLWidget.
*/