diff options
Diffstat (limited to 'examples/opengl')
-rw-r--r-- | examples/opengl/glpixmap/globjwin.cpp | 2 | ||||
-rw-r--r-- | examples/opengl/texture/gltexobj.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/opengl/glpixmap/globjwin.cpp b/examples/opengl/glpixmap/globjwin.cpp index 11cb675a6..bdb22eefa 100644 --- a/examples/opengl/glpixmap/globjwin.cpp +++ b/examples/opengl/glpixmap/globjwin.cpp @@ -24,7 +24,7 @@ #include <ntqapplication.h> #include <ntqkeycode.h> #include <ntqpixmap.h> -#include <ntqimage.h> +#include <tqimage.h> #include <ntqpainter.h> #include "globjwin.h" #include "glbox.h" diff --git a/examples/opengl/texture/gltexobj.cpp b/examples/opengl/texture/gltexobj.cpp index 78b0fcefb..f9528620c 100644 --- a/examples/opengl/texture/gltexobj.cpp +++ b/examples/opengl/texture/gltexobj.cpp @@ -17,7 +17,7 @@ ****************************************************************************/ #include "gltexobj.h" -#include <ntqimage.h> +#include <tqimage.h> #include <ntqtimer.h> |