summaryrefslogtreecommitdiffstats
path: root/doc/html/opengl.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-20 20:15:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-21 23:04:19 +0900
commit1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch)
tree5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/html/opengl.html
parent14c414378d96f7463b989384f4a0e5dd76632b6d (diff)
downloadtqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz
tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.zip
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/opengl.html')
-rw-r--r--doc/html/opengl.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/opengl.html b/doc/html/opengl.html
index c32b79dc4..7b6e4f3c9 100644
--- a/doc/html/opengl.html
+++ b/doc/html/opengl.html
@@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/opengl/qgl.cpp:2250 -->
+<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/opengl/tqgl.cpp:2250 -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -73,19 +73,19 @@ the Makefiles to use these library names instead. The easiest way to
do this is to edit the QMAKE_LIBS_OPENGL line in the config file you
are using, changing "-lGL -lGLU" to "-lMesaGL -lMesaGLU"; then run
"configure" again.
-<p> <h2> The <a href="ntqgl.html">TQGL</a> Classes
+<p> <h2> The <a href="tqgl.html">TQGL</a> Classes
</h2>
<a name="3"></a><p> The OpenGL support classes in TQt are:
<ul>
-<li> <a href="qglwidget.html">TQGLWidget</a>: An easy-to-use TQt
+<li> <a href="tqglwidget.html">TQGLWidget</a>: An easy-to-use TQt
widget for rendering OpenGL scenes.
-<li> <a href="qglcontext.html">TQGLContext</a>: Encapsulates an OpenGL rendering context.
-<li> <a href="qglformat.html">TQGLFormat</a>: Specifies the
+<li> <a href="tqglcontext.html">TQGLContext</a>: Encapsulates an OpenGL rendering context.
+<li> <a href="tqglformat.html">TQGLFormat</a>: Specifies the
display format of a rendering context.
-<li> <a href="ntqglcolormap.html">TQGLColormap</a>: Handles indexed
+<li> <a href="tqglcolormap.html">TQGLColormap</a>: Handles indexed
colormaps in GL-index mode.
</ul>
-<p> Many applications only need the high-level <a href="qglwidget.html">TQGLWidget</a> class. The other
+<p> Many applications only need the high-level <a href="tqglwidget.html">TQGLWidget</a> class. The other
TQGL classes provide advanced features. X11 users might like to read
the notes on <a href="opengl-x11-overlays.html">overlays</a>.
<p> See also the <a href="opengl-examples.html">OpenGL examples</a>.