summaryrefslogtreecommitdiffstats
path: root/examples/opengl/texture
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-01-26 23:32:43 -0600
committerTimothy Pearson <[email protected]>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /examples/opengl/texture
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'examples/opengl/texture')
-rw-r--r--examples/opengl/texture/globjwin.cpp16
-rw-r--r--examples/opengl/texture/globjwin.h2
-rw-r--r--examples/opengl/texture/gltexobj.cpp4
-rw-r--r--examples/opengl/texture/gltexobj.h2
-rw-r--r--examples/opengl/texture/main.cpp4
5 files changed, 14 insertions, 14 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"
diff --git a/examples/opengl/texture/globjwin.h b/examples/opengl/texture/globjwin.h
index 98dad489e..e6a279f06 100644
--- a/examples/opengl/texture/globjwin.h
+++ b/examples/opengl/texture/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/texture/gltexobj.cpp b/examples/opengl/texture/gltexobj.cpp
index 483a18843..fc77eaa5a 100644
--- a/examples/opengl/texture/gltexobj.cpp
+++ b/examples/opengl/texture/gltexobj.cpp
@@ -17,8 +17,8 @@
****************************************************************************/
#include "gltexobj.h"
-#include <qimage.h>
-#include <qtimer.h>
+#include <ntqimage.h>
+#include <ntqtimer.h>
const int redrawWait = 50;
diff --git a/examples/opengl/texture/gltexobj.h b/examples/opengl/texture/gltexobj.h
index 9fa368376..8d167228a 100644
--- a/examples/opengl/texture/gltexobj.h
+++ b/examples/opengl/texture/gltexobj.h
@@ -16,7 +16,7 @@
#ifndef GLTEXOBJ_H
#define GLTEXOBJ_H
-#include <qgl.h>
+#include <ntqgl.h>
class GLTexobj : public TQGLWidget
diff --git a/examples/opengl/texture/main.cpp b/examples/opengl/texture/main.cpp
index 4798bc16d..51c48ea7c 100644
--- a/examples/opengl/texture/main.cpp
+++ b/examples/opengl/texture/main.cpp
@@ -15,8 +15,8 @@
//
#include "globjwin.h"
-#include <qapplication.h>
-#include <qgl.h>
+#include <ntqapplication.h>
+#include <ntqgl.h>
/*
The main program is here.