diff options
Diffstat (limited to 'examples/opengl/sharedbox')
-rw-r--r-- | examples/opengl/sharedbox/README | 2 | ||||
-rw-r--r-- | examples/opengl/sharedbox/glbox.h | 2 | ||||
-rw-r--r-- | examples/opengl/sharedbox/main.cpp | 2 | ||||
-rw-r--r-- | examples/opengl/sharedbox/sharedbox.doc | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/opengl/sharedbox/README b/examples/opengl/sharedbox/README index 4959294d5..7677b5259 100644 --- a/examples/opengl/sharedbox/README +++ b/examples/opengl/sharedbox/README @@ -3,6 +3,6 @@ The shared box example This example program is an extension of the "box" example program. -It demonstrates how to use OpenGL display list sharing with QGLWidgets. +It demonstrates how to use OpenGL display list sharing with TQGLWidgets. diff --git a/examples/opengl/sharedbox/glbox.h b/examples/opengl/sharedbox/glbox.h index f7565979f..46696e5af 100644 --- a/examples/opengl/sharedbox/glbox.h +++ b/examples/opengl/sharedbox/glbox.h @@ -16,7 +16,7 @@ #ifndef GLBOX_H #define GLBOX_H -#include <ntqgl.h> +#include <tqgl.h> class GLBox : public TQGLWidget diff --git a/examples/opengl/sharedbox/main.cpp b/examples/opengl/sharedbox/main.cpp index 67d1c77d5..4dd6665d1 100644 --- a/examples/opengl/sharedbox/main.cpp +++ b/examples/opengl/sharedbox/main.cpp @@ -18,7 +18,7 @@ #include "globjwin.h" #include <ntqapplication.h> -#include <ntqgl.h> +#include <tqgl.h> /* The main program is here. diff --git a/examples/opengl/sharedbox/sharedbox.doc b/examples/opengl/sharedbox/sharedbox.doc index f3fb52bf2..7be3cc9ce 100644 --- a/examples/opengl/sharedbox/sharedbox.doc +++ b/examples/opengl/sharedbox/sharedbox.doc @@ -8,7 +8,7 @@ This example program is an extension of the \link opengl-box-example.html Box example\endlink. It demonstrates how to use OpenGL display list sharing with -QGLWidgets. +TQGLWidgets. See \c{$TQTDIR/examples/opengl/sharedbox} for the source code. |