summaryrefslogtreecommitdiffstats
path: root/tutorial/t10
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 /tutorial/t10
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 'tutorial/t10')
-rw-r--r--tutorial/t10/cannon.cpp2
-rw-r--r--tutorial/t10/main.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tutorial/t10/cannon.cpp b/tutorial/t10/cannon.cpp
index b7525e681..8f41a5275 100644
--- a/tutorial/t10/cannon.cpp
+++ b/tutorial/t10/cannon.cpp
@@ -5,7 +5,7 @@
****************************************************************/
#include "cannon.h"
-#include <ntqpainter.h>
+#include <tqpainter.h>
#include <ntqpixmap.h>
diff --git a/tutorial/t10/main.cpp b/tutorial/t10/main.cpp
index 4138a2f2f..55f22285a 100644
--- a/tutorial/t10/main.cpp
+++ b/tutorial/t10/main.cpp
@@ -7,7 +7,7 @@
#include <ntqapplication.h>
#include <ntqpushbutton.h>
#include <ntqlcdnumber.h>
-#include <ntqfont.h>
+#include <tqfont.h>
#include <ntqlayout.h>
#include "lcdrange.h"