diff options
Diffstat (limited to 'examples/opengl/overlay/glteapots.cpp')
-rw-r--r-- | examples/opengl/overlay/glteapots.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/opengl/overlay/glteapots.cpp b/examples/opengl/overlay/glteapots.cpp index 6d0d5b568..83d4cc3a0 100644 --- a/examples/opengl/overlay/glteapots.cpp +++ b/examples/opengl/overlay/glteapots.cpp @@ -48,7 +48,7 @@ ****************************************************************************/ #include "glteapots.h" -#include <ntqapplication.h> +#include <tqapplication.h> #if defined(Q_CC_MSVC) #pragma warning(disable:4305) // init: truncation from const double to float |