summaryrefslogtreecommitdiffstats
path: root/examples/opengl
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 16:03:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 16:03:48 +0900
commit3e98ce7f85f06e95ad121c6f541d14464d85919e (patch)
treef02992c00911ec6ba24f243aebf96d98fa0d39a1 /examples/opengl
parent9f5d59f33644aaadd7af43db86734a3294250a02 (diff)
downloadtqt3-3e98ce7f85f06e95ad121c6f541d14464d85919e.tar.gz
tqt3-3e98ce7f85f06e95ad121c6f541d14464d85919e.zip
qt -> tqt conversion:
QTDIR -> TQTDIR QTDOC -> TQTDOC INCDIR_QT -> INCDIR_TQT LIBDIR_QT -> LIBDIR_TQT QT_INC -> TQT_INC QT_LIB -> TQT_LIB Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/opengl')
-rw-r--r--examples/opengl/box/box.doc2
-rw-r--r--examples/opengl/gear/gear.doc2
-rw-r--r--examples/opengl/glpixmap/glpixmap.doc2
-rw-r--r--examples/opengl/overlay/overlay.doc2
-rw-r--r--examples/opengl/overlay_x11/overlay_x11.doc2
-rw-r--r--examples/opengl/sharedbox/sharedbox.doc2
-rw-r--r--examples/opengl/texture/texture.doc2
7 files changed, 7 insertions, 7 deletions
diff --git a/examples/opengl/box/box.doc b/examples/opengl/box/box.doc
index 61755826..d30bd75b 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 2fe049a9..8afaaaa2 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 84060768..22fce4de 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 43c77cc8..43762330 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 3a6eff03..143d64f8 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 21e7a66a..f3fb52bf 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 28f1d3fb..54b60b3a 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.
*/