summaryrefslogtreecommitdiffstats
path: root/examples/opengl/sharedbox
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/sharedbox')
-rw-r--r--examples/opengl/sharedbox/glbox.h2
-rw-r--r--examples/opengl/sharedbox/globjwin.cpp16
-rw-r--r--examples/opengl/sharedbox/globjwin.h2
-rw-r--r--examples/opengl/sharedbox/main.cpp4
4 files changed, 12 insertions, 12 deletions
diff --git a/examples/opengl/sharedbox/glbox.h b/examples/opengl/sharedbox/glbox.h
index 089513d33..548457ce3 100644
--- a/examples/opengl/sharedbox/glbox.h
+++ b/examples/opengl/sharedbox/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/sharedbox/globjwin.cpp b/examples/opengl/sharedbox/globjwin.cpp
index 0b0a60491..a50573bb8 100644
--- a/examples/opengl/sharedbox/globjwin.cpp
+++ b/examples/opengl/sharedbox/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/sharedbox/globjwin.h b/examples/opengl/sharedbox/globjwin.h
index c42f2ea72..5832ee685 100644
--- a/examples/opengl/sharedbox/globjwin.h
+++ b/examples/opengl/sharedbox/globjwin.h
@@ -17,7 +17,7 @@
#ifndef GLOBJWIN_H
#define GLOBJWIN_H
-#include <qwidget.h>
+#include <ntqwidget.h>
class GLBox;
class GLObjectWindow : public TQWidget
diff --git a/examples/opengl/sharedbox/main.cpp b/examples/opengl/sharedbox/main.cpp
index 13e474007..b8f735582 100644
--- a/examples/opengl/sharedbox/main.cpp
+++ b/examples/opengl/sharedbox/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.