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 /src/canvas | |
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 'src/canvas')
-rw-r--r-- | src/canvas/tqcanvas.cpp | 2 | ||||
-rw-r--r-- | src/canvas/tqcanvas.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/canvas/tqcanvas.cpp b/src/canvas/tqcanvas.cpp index e1279bb83..2e0afadb2 100644 --- a/src/canvas/tqcanvas.cpp +++ b/src/canvas/tqcanvas.cpp @@ -44,7 +44,7 @@ #include "tqbitmap.h" #include "tqimage.h" #include "tqptrdict.h" -#include "ntqpainter.h" +#include "tqpainter.h" #include "ntqpolygonscanner.h" #include "tqtimer.h" #include "ntqtl.h" diff --git a/src/canvas/tqcanvas.h b/src/canvas/tqcanvas.h index 2a8475247..28b30c42f 100644 --- a/src/canvas/tqcanvas.h +++ b/src/canvas/tqcanvas.h @@ -45,7 +45,7 @@ #include "ntqscrollview.h" #include "ntqpixmap.h" #include "tqptrlist.h" -#include "ntqbrush.h" +#include "tqbrush.h" #include "ntqpen.h" #include "tqvaluelist.h" #include "ntqpointarray.h" |