diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:00:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:00:12 +0900 |
commit | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (patch) | |
tree | 3427fe04e3116ccbd16fa98e57abd5d118f82353 /examples/canvas | |
parent | 0881ed5059c46ce73e8241e6260b82b92f6d0e55 (diff) | |
download | tqt-8c029298.tar.gz tqt-8c029298.zip |
Rename image nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/canvas')
-rw-r--r-- | examples/canvas/blendshadow.cpp | 2 | ||||
-rw-r--r-- | examples/canvas/canvas.cpp | 2 | ||||
-rw-r--r-- | examples/canvas/main.cpp | 2 | ||||
-rw-r--r-- | examples/canvas/makeimg.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/canvas/blendshadow.cpp b/examples/canvas/blendshadow.cpp index d2f761db0..635b1fc37 100644 --- a/examples/canvas/blendshadow.cpp +++ b/examples/canvas/blendshadow.cpp @@ -1,4 +1,4 @@ -#include <ntqimage.h> +#include <tqimage.h> #include <ntqcolor.h> static inline int blendComponent( int v, int av, int s, int as ) diff --git a/examples/canvas/canvas.cpp b/examples/canvas/canvas.cpp index bd6589490..3222c8a45 100644 --- a/examples/canvas/canvas.cpp +++ b/examples/canvas/canvas.cpp @@ -7,7 +7,7 @@ #include <ntqpainter.h> #include <ntqprinter.h> #include <ntqlabel.h> -#include <ntqimage.h> +#include <tqimage.h> #include <ntqprogressdialog.h> #include "canvas.h" diff --git a/examples/canvas/main.cpp b/examples/canvas/main.cpp index aad94c54d..45b7a050e 100644 --- a/examples/canvas/main.cpp +++ b/examples/canvas/main.cpp @@ -2,7 +2,7 @@ #include <ntqmessagebox.h> #include <ntqmenubar.h> #include <ntqapplication.h> -#include <ntqimage.h> +#include <tqimage.h> #include "canvas.h" diff --git a/examples/canvas/makeimg.cpp b/examples/canvas/makeimg.cpp index d8c4c1928..253b43956 100644 --- a/examples/canvas/makeimg.cpp +++ b/examples/canvas/makeimg.cpp @@ -1,4 +1,4 @@ -#include <ntqimage.h> +#include <tqimage.h> #include <ntqcolor.h> static inline int blendComponent( int v, int av, int s, int as ) |