summaryrefslogtreecommitdiffstats
path: root/examples/opengl/texture
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/texture')
-rw-r--r--examples/opengl/texture/gltexobj.h2
-rw-r--r--examples/opengl/texture/main.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/opengl/texture/gltexobj.h b/examples/opengl/texture/gltexobj.h
index 0f86b2684..00a974c72 100644
--- a/examples/opengl/texture/gltexobj.h
+++ b/examples/opengl/texture/gltexobj.h
@@ -16,7 +16,7 @@
#ifndef GLTEXOBJ_H
#define GLTEXOBJ_H
-#include <ntqgl.h>
+#include <tqgl.h>
class GLTexobj : public TQGLWidget
diff --git a/examples/opengl/texture/main.cpp b/examples/opengl/texture/main.cpp
index 35b97f368..499e016e7 100644
--- a/examples/opengl/texture/main.cpp
+++ b/examples/opengl/texture/main.cpp
@@ -16,7 +16,7 @@
#include "globjwin.h"
#include <ntqapplication.h>
-#include <ntqgl.h>
+#include <tqgl.h>
/*
The main program is here.