summaryrefslogtreecommitdiffstats
path: root/examples/demo/opengl
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-07-15 19:08:22 +0900
committerMichele Calgaro <[email protected]>2024-07-18 09:31:41 +0900
commita30f5359f03c3017fa19a6770fab32d25d22cb87 (patch)
treecb365dd7a1c3666e3f972c6cad04be7b8e846cba /examples/demo/opengl
parent25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff)
downloadtqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.tar.gz
tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.zip
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'examples/demo/opengl')
-rw-r--r--examples/demo/opengl/glinfotext.h2
-rw-r--r--examples/demo/opengl/glworkspace.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/demo/opengl/glinfotext.h b/examples/demo/opengl/glinfotext.h
index 833a3dd3a..f5b6b3a49 100644
--- a/examples/demo/opengl/glinfotext.h
+++ b/examples/demo/opengl/glinfotext.h
@@ -1,6 +1,6 @@
#include <ntqlayout.h>
#include <tqtextview.h>
-#include <ntqfont.h>
+#include <tqfont.h>
#include "glinfo.h"
class GLInfoText : public TQWidget
diff --git a/examples/demo/opengl/glworkspace.cpp b/examples/demo/opengl/glworkspace.cpp
index 80d37b460..ec2a6b138 100644
--- a/examples/demo/opengl/glworkspace.cpp
+++ b/examples/demo/opengl/glworkspace.cpp
@@ -10,7 +10,7 @@
#include <tqmenubar.h>
#include <tqaction.h>
#include <ntqprinter.h>
-#include <ntqpainter.h>
+#include <tqpainter.h>
#include <ntqcheckbox.h>
#include <ntqvbox.h>
#include <tqimage.h>