summaryrefslogtreecommitdiffstats
path: root/examples/opengl/overlay
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/overlay')
-rw-r--r--examples/opengl/overlay/globjwin.cpp2
-rw-r--r--examples/opengl/overlay/glteapots.cpp2
-rw-r--r--examples/opengl/overlay/main.cpp2
3 files changed, 3 insertions, 3 deletions
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>