diff options
Diffstat (limited to 'examples/opengl/gear/gear.cpp')
-rw-r--r-- | examples/opengl/gear/gear.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/opengl/gear/gear.cpp b/examples/opengl/gear/gear.cpp index 843f56384..74eba96c2 100644 --- a/examples/opengl/gear/gear.cpp +++ b/examples/opengl/gear/gear.cpp @@ -13,8 +13,8 @@ // distribution. // -#include <qgl.h> -#include <qapplication.h> +#include <ntqgl.h> +#include <ntqapplication.h> #include <math.h> #if defined(Q_CC_MSVC) |