summaryrefslogtreecommitdiffstats
path: root/examples/opengl
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl')
-rw-r--r--examples/opengl/box/globjwin.cpp2
-rw-r--r--examples/opengl/box/main.cpp2
-rw-r--r--examples/opengl/gear/gear.cpp2
-rw-r--r--examples/opengl/glpixmap/globjwin.cpp2
-rw-r--r--examples/opengl/glpixmap/main.cpp2
-rw-r--r--examples/opengl/overlay/globjwin.cpp2
-rw-r--r--examples/opengl/overlay/glteapots.cpp2
-rw-r--r--examples/opengl/overlay/main.cpp2
-rw-r--r--examples/opengl/overlay_x11/README.X11-OVERLAYS2
-rw-r--r--examples/opengl/overlay_x11/main.cpp2
-rw-r--r--examples/opengl/sharedbox/globjwin.cpp2
-rw-r--r--examples/opengl/sharedbox/main.cpp2
-rw-r--r--examples/opengl/texture/globjwin.cpp2
-rw-r--r--examples/opengl/texture/main.cpp2
14 files changed, 14 insertions, 14 deletions
diff --git a/examples/opengl/box/globjwin.cpp b/examples/opengl/box/globjwin.cpp
index 3297504b0..624bad846 100644
--- a/examples/opengl/box/globjwin.cpp
+++ b/examples/opengl/box/globjwin.cpp
@@ -13,7 +13,7 @@
#include <tqframe.h>
#include <tqmenubar.h>
#include <tqpopupmenu.h>
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include <tqkeycode.h>
#include "globjwin.h"
#include "glbox.h"
diff --git a/examples/opengl/box/main.cpp b/examples/opengl/box/main.cpp
index 62b46122d..3f8ae251c 100644
--- a/examples/opengl/box/main.cpp
+++ b/examples/opengl/box/main.cpp
@@ -17,7 +17,7 @@
//
#include "globjwin.h"
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include <tqgl.h>
/*
diff --git a/examples/opengl/gear/gear.cpp b/examples/opengl/gear/gear.cpp
index 6b901b47e..96152eedd 100644
--- a/examples/opengl/gear/gear.cpp
+++ b/examples/opengl/gear/gear.cpp
@@ -14,7 +14,7 @@
//
#include <tqgl.h>
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include <math.h>
#if defined(Q_CC_MSVC)
diff --git a/examples/opengl/glpixmap/globjwin.cpp b/examples/opengl/glpixmap/globjwin.cpp
index 28f2caf7e..0917110ff 100644
--- a/examples/opengl/glpixmap/globjwin.cpp
+++ b/examples/opengl/glpixmap/globjwin.cpp
@@ -21,7 +21,7 @@
#include <tqlabel.h>
#include <tqmenubar.h>
#include <tqpopupmenu.h>
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include <tqkeycode.h>
#include <tqpixmap.h>
#include <tqimage.h>
diff --git a/examples/opengl/glpixmap/main.cpp b/examples/opengl/glpixmap/main.cpp
index 4dd6665d1..aed08f22d 100644
--- a/examples/opengl/glpixmap/main.cpp
+++ b/examples/opengl/glpixmap/main.cpp
@@ -17,7 +17,7 @@
//
#include "globjwin.h"
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include <tqgl.h>
/*
diff --git a/examples/opengl/overlay/globjwin.cpp b/examples/opengl/overlay/globjwin.cpp
index 1beb9f0e0..04ca2059c 100644
--- a/examples/opengl/overlay/globjwin.cpp
+++ b/examples/opengl/overlay/globjwin.cpp
@@ -11,7 +11,7 @@
#include <tqframe.h>
#include <tqmenubar.h>
#include <tqpopupmenu.h>
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include <tqmessagebox.h>
#include "globjwin.h"
#include "glteapots.h"
diff --git a/examples/opengl/overlay/glteapots.cpp b/examples/opengl/overlay/glteapots.cpp
index 6d0d5b568..83d4cc3a0 100644
--- a/examples/opengl/overlay/glteapots.cpp
+++ b/examples/opengl/overlay/glteapots.cpp
@@ -48,7 +48,7 @@
****************************************************************************/
#include "glteapots.h"
-#include <ntqapplication.h>
+#include <tqapplication.h>
#if defined(Q_CC_MSVC)
#pragma warning(disable:4305) // init: truncation from const double to float
diff --git a/examples/opengl/overlay/main.cpp b/examples/opengl/overlay/main.cpp
index 9e7d9c7b0..5fb9e06bb 100644
--- a/examples/opengl/overlay/main.cpp
+++ b/examples/opengl/overlay/main.cpp
@@ -17,7 +17,7 @@
//
#include "globjwin.h"
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include <tqgl.h>
#include <tqmessagebox.h>
diff --git a/examples/opengl/overlay_x11/README.X11-OVERLAYS b/examples/opengl/overlay_x11/README.X11-OVERLAYS
index 7d014bbca..83a2cd68b 100644
--- a/examples/opengl/overlay_x11/README.X11-OVERLAYS
+++ b/examples/opengl/overlay_x11/README.X11-OVERLAYS
@@ -61,7 +61,7 @@ color, so that the OpenGL image shows through except where explicitly
overpainted.
Note: To use this technique, you must not use the "ManyColor" or
-"TrueColor" ColorSpec for the QApplication, because this will force
+"TrueColor" ColorSpec for the TQApplication, because this will force
the normal TQt widgets to use a TrueColor visual, which will typically
be in the main plane, not in the overlay plane as desired.
diff --git a/examples/opengl/overlay_x11/main.cpp b/examples/opengl/overlay_x11/main.cpp
index dce8ffec9..e98e04074 100644
--- a/examples/opengl/overlay_x11/main.cpp
+++ b/examples/opengl/overlay_x11/main.cpp
@@ -10,7 +10,7 @@
**
*****************************************************************************/
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include "gearwidget.h"
#include "rubberbandwidget.h"
diff --git a/examples/opengl/sharedbox/globjwin.cpp b/examples/opengl/sharedbox/globjwin.cpp
index ddf8c16d7..cc85082e3 100644
--- a/examples/opengl/sharedbox/globjwin.cpp
+++ b/examples/opengl/sharedbox/globjwin.cpp
@@ -13,7 +13,7 @@
#include <tqframe.h>
#include <tqmenubar.h>
#include <tqpopupmenu.h>
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include <tqkeycode.h>
#include "globjwin.h"
#include "glbox.h"
diff --git a/examples/opengl/sharedbox/main.cpp b/examples/opengl/sharedbox/main.cpp
index 4dd6665d1..aed08f22d 100644
--- a/examples/opengl/sharedbox/main.cpp
+++ b/examples/opengl/sharedbox/main.cpp
@@ -17,7 +17,7 @@
//
#include "globjwin.h"
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include <tqgl.h>
/*
diff --git a/examples/opengl/texture/globjwin.cpp b/examples/opengl/texture/globjwin.cpp
index 363e8c2e2..7dd752afb 100644
--- a/examples/opengl/texture/globjwin.cpp
+++ b/examples/opengl/texture/globjwin.cpp
@@ -13,7 +13,7 @@
#include <tqframe.h>
#include <tqmenubar.h>
#include <tqpopupmenu.h>
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include <tqkeycode.h>
#include "globjwin.h"
#include "gltexobj.h"
diff --git a/examples/opengl/texture/main.cpp b/examples/opengl/texture/main.cpp
index 499e016e7..572049d10 100644
--- a/examples/opengl/texture/main.cpp
+++ b/examples/opengl/texture/main.cpp
@@ -15,7 +15,7 @@
//
#include "globjwin.h"
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include <tqgl.h>
/*