From 68b81013e8668f50fc18b7e26a520ec93a7a1251 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 31 May 2024 11:32:43 +0900 Subject: Rename nt* canvas related files to equivalent tq* Signed-off-by: Michele Calgaro --- src/kernel/qpointarray.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/kernel/qpointarray.cpp') 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, -- cgit v1.2.3