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 /src/kernel | |
parent | 1702a6daff27f5d3e6fdac16962d1828df6ca270 (diff) | |
download | tqt3-68b81013e8668f50fc18b7e26a520ec93a7a1251.tar.gz tqt3-68b81013e8668f50fc18b7e26a520ec93a7a1251.zip |
Rename nt* canvas related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kernel')
-rw-r--r-- | src/kernel/ntqt.h | 2 | ||||
-rw-r--r-- | src/kernel/qpointarray.cpp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/kernel/ntqt.h b/src/kernel/ntqt.h index 13f5eb68c..78ff48a19 100644 --- a/src/kernel/ntqt.h +++ b/src/kernel/ntqt.h @@ -218,7 +218,7 @@ #include <tqsqlselectcursor.h> #include <ntqstatusbar.h> #include <ntqmenubar.h> -#include <ntqcanvas.h> +#include <tqcanvas.h> #include "ntqtranslator.h" #include <ntqstrvec.h> #include <ntqinterlacestyle.h> diff --git a/src/kernel/qpointarray.cpp b/src/kernel/qpointarray.cpp index 09be31380..4a4031ff6 100644 --- a/src/kernel/qpointarray.cpp +++ b/src/kernel/qpointarray.cpp @@ -483,7 +483,7 @@ static inline int fix_angle( int a ) whereas negative values mean the clockwise direction. Zero degrees is at the 3 o'clock position. - See the \link qcanvasellipse.html#anglediagram angle diagram\endlink. + See the \link tqcanvasellipse.html#anglediagram angle diagram\endlink. */ void TQPointArray::makeArc( int x, int y, int w, int h, int a1, int a2 ) @@ -586,7 +586,7 @@ qtr_elips(TQPointArray& a, int off, double dxP, double dyP, double dxQ, double d whereas negative values mean the clockwise direction. Zero degrees is at the 3 o'clock position. - See the \link qcanvasellipse.html#anglediagram angle diagram\endlink. + See the \link tqcanvasellipse.html#anglediagram angle diagram\endlink. */ void TQPointArray::makeArc( int x, int y, int w, int h, int a1, int a2, |