summaryrefslogtreecommitdiffstats
path: root/examples/opengl/overlay_x11/README.X11-OVERLAYS
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/overlay_x11/README.X11-OVERLAYS')
-rw-r--r--examples/opengl/overlay_x11/README.X11-OVERLAYS2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/opengl/overlay_x11/README.X11-OVERLAYS b/examples/opengl/overlay_x11/README.X11-OVERLAYS
index b951b0ed..4e7a9b64 100644
--- a/examples/opengl/overlay_x11/README.X11-OVERLAYS
+++ b/examples/opengl/overlay_x11/README.X11-OVERLAYS
@@ -55,7 +55,7 @@ An overlay plane has a specific color called the transparent
color. Pixels drawn in this color will not be visible, instead the
underlying OpenGL image will show through. In the example program
"overlayrubber", the file main.cpp contains a routine that returns a
-QColor containing the transparent color. For the overlay widget, one
+TQColor containing the transparent color. For the overlay widget, one
will typically want to set the background color to the transparent
color, so that the OpenGL image shows through except where explicitly
overpainted.