summaryrefslogtreecommitdiffstats
path: root/examples/opengl/box
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /examples/opengl/box
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
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.