From 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 20 Jul 2024 20:15:52 +0900 Subject: Rename graphics class nt* related files to equivalent tq* (part 2) Signed-off-by: Michele Calgaro --- doc/html/tqcanvasline.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqcanvasline.html') diff --git a/doc/html/tqcanvasline.html b/doc/html/tqcanvasline.html index 3629eb1eb..a2422f082 100644 --- a/doc/html/tqcanvasline.html +++ b/doc/html/tqcanvasline.html @@ -72,7 +72,7 @@ Constructs a line from (0,0) to (0,0) on canvas. Destroys the line. -

TQPoint TQCanvasLine::endPoint () const +

TQPoint TQCanvasLine::endPoint () const

Returns the end point of the line. @@ -90,7 +90,7 @@ Sets the line's start point to (xa, ya) and its end point to (xb, yb).

Example: canvas/canvas.cpp. -

TQPoint TQCanvasLine::startPoint () const +

TQPoint TQCanvasLine::startPoint () const

Returns the start point of the line. -- cgit v1.2.1