From 367ff3fb9e3933f6704c98359cdd8d934ace941f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 24 Aug 2024 20:52:58 +0900 Subject: Rename global classes nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tutorial1-11.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/tutorial1-11.html') diff --git a/doc/html/tutorial1-11.html b/doc/html/tutorial1-11.html index 678762118..f353dd3b1 100644 --- a/doc/html/tutorial1-11.html +++ b/doc/html/tutorial1-11.html @@ -201,7 +201,7 @@ point, we construct a TQRect with size 6x6 and move it the point calculated above. In the same operation we convert the point into the widget's coordinate system (see The Coordinate System). -

The tqRound() function is an inline function defined in ntqglobal.h (included +

The tqRound() function is an inline function defined in tqglobal.h (included by all other TQt header files). tqRound() rounds a double to the closest integer.

t11/main.cpp -- cgit v1.2.3