diff options
Diffstat (limited to 'doc/html/opengl.html')
-rw-r--r-- | doc/html/opengl.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/opengl.html b/doc/html/opengl.html index 5cc85536e..c32b79dc4 100644 --- a/doc/html/opengl.html +++ b/doc/html/opengl.html @@ -73,7 +73,7 @@ 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="qgl.html">TQGL</a> Classes +<p> <h2> The <a href="ntqgl.html">TQGL</a> Classes </h2> <a name="3"></a><p> The OpenGL support classes in TQt are: <ul> @@ -82,7 +82,7 @@ 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 display format of a rendering context. -<li> <a href="qglcolormap.html">TQGLColormap</a>: Handles indexed +<li> <a href="ntqglcolormap.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 |