From 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 20 Jul 2024 20:15:52 +0900 Subject: Rename graphics class nt* related files to equivalent tq* (part 2) Signed-off-by: Michele Calgaro --- doc/html/opengl.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/html/opengl.html') 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 @@ - + @@ -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. -

The TQGL Classes +

The TQGL Classes

The OpenGL support classes in TQt are:

-

Many applications only need the high-level TQGLWidget class. The other +

Many applications only need the high-level TQGLWidget class. The other TQGL classes provide advanced features. X11 users might like to read the notes on overlays.

See also the OpenGL examples. -- cgit v1.2.3