summaryrefslogtreecommitdiffstats
path: root/examples/opengl/box
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/box')
-rw-r--r--examples/opengl/box/glbox.h2
-rw-r--r--examples/opengl/box/globjwin.cpp16
-rw-r--r--examples/opengl/box/globjwin.h2
-rw-r--r--examples/opengl/box/main.cpp4
4 files changed, 12 insertions, 12 deletions
diff --git a/examples/opengl/box/glbox.h b/examples/opengl/box/glbox.h
index a04a8122a..93b4d7579 100644
--- a/examples/opengl/box/glbox.h
+++ b/examples/opengl/box/glbox.h
@@ -16,7 +16,7 @@
#ifndef GLBOX_H
#define GLBOX_H
-#include <qgl.h>
+#include <ntqgl.h>
class GLBox : public TQGLWidget
diff --git a/examples/opengl/box/globjwin.cpp b/examples/opengl/box/globjwin.cpp
index 4d88f2401..ed40f9ec0 100644
--- a/examples/opengl/box/globjwin.cpp
+++ b/examples/opengl/box/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 "glbox.h"
diff --git a/examples/opengl/box/globjwin.h b/examples/opengl/box/globjwin.h
index 98dad489e..e6a279f06 100644
--- a/examples/opengl/box/globjwin.h
+++ b/examples/opengl/box/globjwin.h
@@ -17,7 +17,7 @@
#ifndef GLOBJWIN_H
#define GLOBJWIN_H
-#include <qwidget.h>
+#include <ntqwidget.h>
class GLObjectWindow : public TQWidget
diff --git a/examples/opengl/box/main.cpp b/examples/opengl/box/main.cpp
index 4a3863232..c91fadf52 100644
--- a/examples/opengl/box/main.cpp
+++ b/examples/opengl/box/main.cpp
@@ -17,8 +17,8 @@
//
#include "globjwin.h"
-#include <qapplication.h>
-#include <qgl.h>
+#include <ntqapplication.h>
+#include <ntqgl.h>
/*
The main program is here.