diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-15 19:08:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-18 09:31:41 +0900 |
commit | a30f5359f03c3017fa19a6770fab32d25d22cb87 (patch) | |
tree | cb365dd7a1c3666e3f972c6cad04be7b8e846cba /tutorial/t13 | |
parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
download | tqt-a30f5359.tar.gz tqt-a30f5359.zip |
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tutorial/t13')
-rw-r--r-- | tutorial/t13/cannon.cpp | 2 | ||||
-rw-r--r-- | tutorial/t13/gamebrd.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tutorial/t13/cannon.cpp b/tutorial/t13/cannon.cpp index a9d785a6d..7f60d96c3 100644 --- a/tutorial/t13/cannon.cpp +++ b/tutorial/t13/cannon.cpp @@ -6,7 +6,7 @@ #include "cannon.h" #include <tqtimer.h> -#include <ntqpainter.h> +#include <tqpainter.h> #include <ntqpixmap.h> #include <tqdatetime.h> diff --git a/tutorial/t13/gamebrd.cpp b/tutorial/t13/gamebrd.cpp index 587dd2ea2..61bee22be 100644 --- a/tutorial/t13/gamebrd.cpp +++ b/tutorial/t13/gamebrd.cpp @@ -6,7 +6,7 @@ #include "gamebrd.h" -#include <ntqfont.h> +#include <tqfont.h> #include <ntqapplication.h> #include <ntqlabel.h> #include <ntqpushbutton.h> |