summaryrefslogtreecommitdiffstats
path: root/examples/demo/opengl
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-02 21:37:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-06 11:24:55 +0900
commit7552c6d73043b1040139033f6864db48ae5446cf (patch)
treef90d24d072dd3ee6a3f909bf7778abc7669f03ef /examples/demo/opengl
parentc113da2069b66130f67a0f27c699e1cec83588a5 (diff)
downloadtqt3-7552c6d73043b1040139033f6864db48ae5446cf.tar.gz
tqt3-7552c6d73043b1040139033f6864db48ae5446cf.zip
Rename main window nt* related files to equivalent tq*. The file
"ntqsession.h" was totally unnecessary and has been removed. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/demo/opengl')
-rw-r--r--examples/demo/opengl/glworkspace.cpp10
-rw-r--r--examples/demo/opengl/glworkspace.h2
2 files changed, 6 insertions, 6 deletions
diff --git a/examples/demo/opengl/glworkspace.cpp b/examples/demo/opengl/glworkspace.cpp
index ef90a03a2..80d37b460 100644
--- a/examples/demo/opengl/glworkspace.cpp
+++ b/examples/demo/opengl/glworkspace.cpp
@@ -3,12 +3,12 @@
#include "glgear.h"
#include "gltexobj.h"
-#include <ntqworkspace.h>
+#include <tqworkspace.h>
#include <ntqdialog.h>
-#include <ntqtoolbar.h>
-#include <ntqpopupmenu.h>
-#include <ntqmenubar.h>
-#include <ntqaction.h>
+#include <tqtoolbar.h>
+#include <tqpopupmenu.h>
+#include <tqmenubar.h>
+#include <tqaction.h>
#include <ntqprinter.h>
#include <ntqpainter.h>
#include <ntqcheckbox.h>
diff --git a/examples/demo/opengl/glworkspace.h b/examples/demo/opengl/glworkspace.h
index 6ad1ecb5b..d83f2b60e 100644
--- a/examples/demo/opengl/glworkspace.h
+++ b/examples/demo/opengl/glworkspace.h
@@ -1,7 +1,7 @@
#ifndef GLWORKSPACE_H
#define GLWORKSPACE_H
-#include <ntqmainwindow.h>
+#include <tqmainwindow.h>
class TQWorkspace;
class TQPrinter;