diff options
Diffstat (limited to 'examples/opengl/texture/gltexobj.cpp')
-rw-r--r-- | examples/opengl/texture/gltexobj.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/opengl/texture/gltexobj.cpp b/examples/opengl/texture/gltexobj.cpp index f9528620c..a6f7f80cd 100644 --- a/examples/opengl/texture/gltexobj.cpp +++ b/examples/opengl/texture/gltexobj.cpp @@ -18,7 +18,7 @@ #include "gltexobj.h" #include <tqimage.h> -#include <ntqtimer.h> +#include <tqtimer.h> const int redrawWait = 50; |