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.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/opengl-x11-overlays.doc b/doc/opengl-x11-overlays.doc
index 1f5a86716..35a066f66 100644
--- a/doc/opengl-x11-overlays.doc
+++ b/doc/opengl-x11-overlays.doc
@@ -88,7 +88,7 @@ Given the above, a QGLWidget will by default use the main plane
visual, while all other widgets will use the overlay visual. Thus, we
can place a normal widget on top of the QGLWidget, and do drawing on
it, without destroying the image in the OpenGL window. In other words,
-we can use all the drawing capabilities of QPainter to draw the
+we can use all the drawing capabilities of TQPainter to draw the
annotations, rubberbands, etc. For the typical use of overlays,
this is much easier than using OpenGL for rendering the annotations.