summaryrefslogtreecommitdiffstats
path: root/examples/opengl/glpixmap
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/glpixmap')
-rw-r--r--examples/opengl/glpixmap/README2
-rw-r--r--examples/opengl/glpixmap/glbox.h2
-rw-r--r--examples/opengl/glpixmap/globjwin.cpp2
-rw-r--r--examples/opengl/glpixmap/glpixmap.doc2
-rw-r--r--examples/opengl/glpixmap/main.cpp2
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.