summaryrefslogtreecommitdiffstats
path: root/examples/opengl/glpixmap
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/glpixmap')
-rw-r--r--examples/opengl/glpixmap/glbox.h2
-rw-r--r--examples/opengl/glpixmap/globjwin.cpp24
-rw-r--r--examples/opengl/glpixmap/globjwin.h2
-rw-r--r--examples/opengl/glpixmap/main.cpp4
4 files changed, 16 insertions, 16 deletions
diff --git a/examples/opengl/glpixmap/glbox.h b/examples/opengl/glpixmap/glbox.h
index 0b58cda0b..a7ec8fc2b 100644
--- a/examples/opengl/glpixmap/glbox.h
+++ b/examples/opengl/glpixmap/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/glpixmap/globjwin.cpp b/examples/opengl/glpixmap/globjwin.cpp
index c7cd9b673..1309207b0 100644
--- a/examples/opengl/glpixmap/globjwin.cpp
+++ b/examples/opengl/glpixmap/globjwin.cpp
@@ -14,18 +14,18 @@
****************************************************************************/
-#include <qpushbutton.h>
-#include <qslider.h>
-#include <qlayout.h>
-#include <qframe.h>
-#include <qlabel.h>
-#include <qmenubar.h>
-#include <qpopupmenu.h>
-#include <qapplication.h>
-#include <qkeycode.h>
-#include <qpixmap.h>
-#include <qimage.h>
-#include <qpainter.h>
+#include <ntqpushbutton.h>
+#include <ntqslider.h>
+#include <ntqlayout.h>
+#include <ntqframe.h>
+#include <ntqlabel.h>
+#include <ntqmenubar.h>
+#include <ntqpopupmenu.h>
+#include <ntqapplication.h>
+#include <ntqkeycode.h>
+#include <ntqpixmap.h>
+#include <ntqimage.h>
+#include <ntqpainter.h>
#include "globjwin.h"
#include "glbox.h"
diff --git a/examples/opengl/glpixmap/globjwin.h b/examples/opengl/glpixmap/globjwin.h
index b02ed67eb..7f8952f7d 100644
--- a/examples/opengl/glpixmap/globjwin.h
+++ b/examples/opengl/glpixmap/globjwin.h
@@ -17,7 +17,7 @@
#ifndef GLOBJWIN_H
#define GLOBJWIN_H
-#include <qwidget.h>
+#include <ntqwidget.h>
class GLBox;
class TQLabel;
diff --git a/examples/opengl/glpixmap/main.cpp b/examples/opengl/glpixmap/main.cpp
index 13e474007..b8f735582 100644
--- a/examples/opengl/glpixmap/main.cpp
+++ b/examples/opengl/glpixmap/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.