diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-31 11:32:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-31 11:59:34 +0900 |
commit | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (patch) | |
tree | d6d15d07cb34e5443a10b71f91adee1473906263 /examples/demo/qasteroids | |
parent | 1702a6daff27f5d3e6fdac16962d1828df6ca270 (diff) | |
download | tqt-68b81013.tar.gz tqt-68b81013.zip |
Rename nt* canvas related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/demo/qasteroids')
-rw-r--r-- | examples/demo/qasteroids/sprites.h | 2 | ||||
-rw-r--r-- | examples/demo/qasteroids/view.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/demo/qasteroids/sprites.h b/examples/demo/qasteroids/sprites.h index dbf834412..1f39e74ac 100644 --- a/examples/demo/qasteroids/sprites.h +++ b/examples/demo/qasteroids/sprites.h @@ -7,7 +7,7 @@ #ifndef __SPRITES_H__ #define __SPRITES_H__ -#include <ntqcanvas.h> +#include <tqcanvas.h> #define ID_ROCK_LARGE 1024 #define ID_ROCK_MEDIUM 1025 diff --git a/examples/demo/qasteroids/view.h b/examples/demo/qasteroids/view.h index 35b360ab0..34ee3d53e 100644 --- a/examples/demo/qasteroids/view.h +++ b/examples/demo/qasteroids/view.h @@ -11,7 +11,7 @@ #include <ntqptrlist.h> #include <ntqintdict.h> #include <ntqtimer.h> -#include <ntqcanvas.h> +#include <tqcanvas.h> #include "sprites.h" #define MAX_POWER_LEVEL 1000 |