diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-20 20:15:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-21 23:04:19 +0900 |
commit | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch) | |
tree | 5f1bb482f68ee0f95843fbf375cd2274acdabf25 /examples/opengl/glpixmap | |
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 <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/opengl/glpixmap')
-rw-r--r-- | examples/opengl/glpixmap/README | 2 | ||||
-rw-r--r-- | examples/opengl/glpixmap/glbox.h | 2 | ||||
-rw-r--r-- | examples/opengl/glpixmap/globjwin.cpp | 2 | ||||
-rw-r--r-- | examples/opengl/glpixmap/glpixmap.doc | 2 | ||||
-rw-r--r-- | examples/opengl/glpixmap/main.cpp | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/examples/opengl/glpixmap/README b/examples/opengl/glpixmap/README index b01cfafee..166a4bbf4 100644 --- a/examples/opengl/glpixmap/README +++ b/examples/opengl/glpixmap/README @@ -3,6 +3,6 @@ The OpenGL pixmap example This example program is an extension of the "box" example program. -It demonstrates how to render OpenGL into a QPixmap. +It demonstrates how to render OpenGL into a TQPixmap. diff --git a/examples/opengl/glpixmap/glbox.h b/examples/opengl/glpixmap/glbox.h index 9903c23d9..a4c7da131 100644 --- a/examples/opengl/glpixmap/glbox.h +++ b/examples/opengl/glpixmap/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/glpixmap/globjwin.cpp b/examples/opengl/glpixmap/globjwin.cpp index 9a5b8bf11..caee75e44 100644 --- a/examples/opengl/glpixmap/globjwin.cpp +++ b/examples/opengl/glpixmap/globjwin.cpp @@ -23,7 +23,7 @@ #include <tqpopupmenu.h> #include <ntqapplication.h> #include <ntqkeycode.h> -#include <ntqpixmap.h> +#include <tqpixmap.h> #include <tqimage.h> #include <tqpainter.h> #include "globjwin.h" diff --git a/examples/opengl/glpixmap/glpixmap.doc b/examples/opengl/glpixmap/glpixmap.doc index 22fce4de3..1e5c7a531 100644 --- a/examples/opengl/glpixmap/glpixmap.doc +++ b/examples/opengl/glpixmap/glpixmap.doc @@ -6,7 +6,7 @@ This example program is an extension of the \link opengl-box-example.html OpenGL Box example\endlink. -It demonstrates how to render OpenGL into a QPixmap. +It demonstrates how to render OpenGL into a TQPixmap. See \c{$TQTDIR/examples/opengl/glpixmap} for the source code. diff --git a/examples/opengl/glpixmap/main.cpp b/examples/opengl/glpixmap/main.cpp index 67d1c77d5..4dd6665d1 100644 --- a/examples/opengl/glpixmap/main.cpp +++ b/examples/opengl/glpixmap/main.cpp @@ -18,7 +18,7 @@ #include "globjwin.h" #include <ntqapplication.h> -#include <ntqgl.h> +#include <tqgl.h> /* The main program is here. |