summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqglcontext.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqglcontext.3qt')
-rw-r--r--doc/man/man3/tqglcontext.3qt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqglcontext.3qt b/doc/man/man3/tqglcontext.3qt
index 5a3aed81..14a2f679 100644
--- a/doc/man/man3/tqglcontext.3qt
+++ b/doc/man/man3/tqglcontext.3qt
@@ -52,7 +52,7 @@ Inherits QGL.
.BI "QPaintDevice * \fBdevice\fR () const"
.br
.ti -1c
-.BI "QColor \fBoverlayTransparentColor\fR () const"
+.BI "TQColor \fBoverlayTransparentColor\fR () const"
.br
.in -1c
.SS "Static Public Members"
@@ -188,12 +188,12 @@ Returns TRUE if a GL rendering context has been successfully created; otherwise
Makes this context the current OpenGL rendering context. All GL functions you call operate on this context until another context is made current.
.PP
In some very rare cases the underlying call may fail. If this occurs an error message is output to stderr.
-.SH "QColor QGLContext::overlayTransparentColor () const"
+.SH "TQColor QGLContext::overlayTransparentColor () const"
If this context is a valid context in an overlay plane, returns the plane's transparent color. Otherwise returns an invalid color.
.PP
The returned color's pixel value is the index of the transparent color in the colormap of the overlay plane. (Naturally, the color's RGB values are meaningless.)
.PP
-The returned QColor object will generally work as expected only when passed as the argument to QGLWidget::qglColor() or QGLWidget::qglClearColor(). Under certain circumstances it can also be used to draw transparent graphics with a QPainter. See the examples/opengl/overlay_x11 example for details.
+The returned TQColor object will generally work as expected only when passed as the argument to QGLWidget::qglColor() or QGLWidget::qglClearColor(). Under certain circumstances it can also be used to draw transparent graphics with a QPainter. See the examples/opengl/overlay_x11 example for details.
.SH "QGLFormat QGLContext::requestedFormat () const"
Returns the frame buffer format that was originally requested in the constructor or setFormat().
.PP