diff options
Diffstat (limited to 'examples/opengl/texture/gltexobj.cpp')
-rw-r--r-- | examples/opengl/texture/gltexobj.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/opengl/texture/gltexobj.cpp b/examples/opengl/texture/gltexobj.cpp index 483a18843..fc77eaa5a 100644 --- a/examples/opengl/texture/gltexobj.cpp +++ b/examples/opengl/texture/gltexobj.cpp @@ -17,8 +17,8 @@ ****************************************************************************/ #include "gltexobj.h" -#include <qimage.h> -#include <qtimer.h> +#include <ntqimage.h> +#include <ntqtimer.h> const int redrawWait = 50; |