diff options
Diffstat (limited to 'examples/opengl')
-rw-r--r-- | examples/opengl/box/box.doc | 2 | ||||
-rw-r--r-- | examples/opengl/gear/gear.doc | 2 | ||||
-rw-r--r-- | examples/opengl/glpixmap/glpixmap.doc | 2 | ||||
-rw-r--r-- | examples/opengl/overlay/overlay.doc | 2 | ||||
-rw-r--r-- | examples/opengl/overlay_x11/overlay_x11.doc | 2 | ||||
-rw-r--r-- | examples/opengl/sharedbox/sharedbox.doc | 2 | ||||
-rw-r--r-- | examples/opengl/texture/texture.doc | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/examples/opengl/box/box.doc b/examples/opengl/box/box.doc index 617558269..d30bd75b4 100644 --- a/examples/opengl/box/box.doc +++ b/examples/opengl/box/box.doc @@ -9,7 +9,7 @@ Essentially, all you do is put your OpenGL code in a class inherited from QGLWidget. This class may then be used like any other TQt widget, including the use of signals and slots and geometry management. -See \c{$QTDIR/examples/opengl/box} for the source code. +See \c{$TQTDIR/examples/opengl/box} for the source code. */ diff --git a/examples/opengl/gear/gear.doc b/examples/opengl/gear/gear.doc index 2fe049a93..8afaaaa25 100644 --- a/examples/opengl/gear/gear.doc +++ b/examples/opengl/gear/gear.doc @@ -6,6 +6,6 @@ This example demonstrates how to use OpenGL display lists. -See \c{$QTDIR/examples/opengl/gear} for the source code. +See \c{$TQTDIR/examples/opengl/gear} for the source code. */ diff --git a/examples/opengl/glpixmap/glpixmap.doc b/examples/opengl/glpixmap/glpixmap.doc index 840607682..22fce4de3 100644 --- a/examples/opengl/glpixmap/glpixmap.doc +++ b/examples/opengl/glpixmap/glpixmap.doc @@ -8,7 +8,7 @@ opengl-box-example.html OpenGL Box example\endlink. It demonstrates how to render OpenGL into a QPixmap. -See \c{$QTDIR/examples/opengl/glpixmap} for the source code. +See \c{$TQTDIR/examples/opengl/glpixmap} for the source code. */ diff --git a/examples/opengl/overlay/overlay.doc b/examples/opengl/overlay/overlay.doc index 43c77cc8a..43762330b 100644 --- a/examples/opengl/overlay/overlay.doc +++ b/examples/opengl/overlay/overlay.doc @@ -10,7 +10,7 @@ overlay has the advantage that the rubber-band may be drawn and erased without damaging the image in the main plane, so costly redraws are avoided. -See \c{$QTDIR/examples/opengl/overlay} for the source code. +See \c{$TQTDIR/examples/opengl/overlay} for the source code. */ diff --git a/examples/opengl/overlay_x11/overlay_x11.doc b/examples/opengl/overlay_x11/overlay_x11.doc index 3a6eff039..143d64f8f 100644 --- a/examples/opengl/overlay_x11/overlay_x11.doc +++ b/examples/opengl/overlay_x11/overlay_x11.doc @@ -13,7 +13,7 @@ planes. Overlayrubber: An example program showing how to use TQt and TQt OpenGL Extension with X11 overlay visuals. -See \c{$QTDIR/examples/opengl/overlay_x11} for the source code. +See \c{$TQTDIR/examples/opengl/overlay_x11} for the source code. Background information for this example can be found in the information on \link opengl-x11-overlays.html overlays\endlink. diff --git a/examples/opengl/sharedbox/sharedbox.doc b/examples/opengl/sharedbox/sharedbox.doc index 21e7a66a3..f3fb52bf2 100644 --- a/examples/opengl/sharedbox/sharedbox.doc +++ b/examples/opengl/sharedbox/sharedbox.doc @@ -10,7 +10,7 @@ opengl-box-example.html Box example\endlink. It demonstrates how to use OpenGL display list sharing with QGLWidgets. -See \c{$QTDIR/examples/opengl/sharedbox} for the source code. +See \c{$TQTDIR/examples/opengl/sharedbox} for the source code. */ diff --git a/examples/opengl/texture/texture.doc b/examples/opengl/texture/texture.doc index 28f1d3fbd..54b60b3a7 100644 --- a/examples/opengl/texture/texture.doc +++ b/examples/opengl/texture/texture.doc @@ -5,6 +5,6 @@ This example program demonstrates how to use OpenGL 2D textures. -See \c{$QTDIR/examples/opengl/texture} for the source code. +See \c{$TQTDIR/examples/opengl/texture} for the source code. */ |