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/drawdemo-example.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/drawdemo-example.html') diff --git a/doc/html/drawdemo-example.html b/doc/html/drawdemo-example.html index 38abebf50..d1cc661b3 100644 --- a/doc/html/drawdemo-example.html +++ b/doc/html/drawdemo-example.html @@ -216,7 +216,7 @@ private: // ourDrawFunctions-array. for ( i=0; (n=ourDrawFunctions[i].name) != 0; i++ ) { int w = fm.width( n ); - maxwidth = TQMAX(w,maxwidth); // TQMAX is a macro defined in ntqglobal.h + maxwidth = TQMAX(w,maxwidth); // TQMAX is a macro defined in tqglobal.h // and returns the biggest of to values. // Due to its macro nature one should use it with care and with // constant parameters only. -- cgit v1.2.3