diff options
Diffstat (limited to 'examples/opengl/texture/globjwin.cpp')
-rw-r--r-- | examples/opengl/texture/globjwin.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/examples/opengl/texture/globjwin.cpp b/examples/opengl/texture/globjwin.cpp index bb57307e0..a6a2e6c04 100644 --- a/examples/opengl/texture/globjwin.cpp +++ b/examples/opengl/texture/globjwin.cpp @@ -7,14 +7,14 @@ ** *****************************************************************************/ -#include <qpushbutton.h> -#include <qslider.h> -#include <qlayout.h> -#include <qframe.h> -#include <qmenubar.h> -#include <qpopupmenu.h> -#include <qapplication.h> -#include <qkeycode.h> +#include <ntqpushbutton.h> +#include <ntqslider.h> +#include <ntqlayout.h> +#include <ntqframe.h> +#include <ntqmenubar.h> +#include <ntqpopupmenu.h> +#include <ntqapplication.h> +#include <ntqkeycode.h> #include "globjwin.h" #include "gltexobj.h" |