diff options
author | Michele Calgaro <[email protected]> | 2024-07-20 20:15:52 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-21 23:04:19 +0900 |
commit | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch) | |
tree | 5f1bb482f68ee0f95843fbf375cd2274acdabf25 /examples/opengl/sharedbox | |
parent | 14c414378d96f7463b989384f4a0e5dd76632b6d (diff) | |
download | tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.zip |
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <[email protected]>
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. |