From 87d29563e3ccdeb7fea0197e262e667ef323ff9c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 7 Jul 2024 14:56:09 +0900 Subject: Rename utility class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/canvas-example.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/canvas-example.html') diff --git a/doc/html/canvas-example.html b/doc/html/canvas-example.html index f8286ba22..5a6431723 100644 --- a/doc/html/canvas-example.html +++ b/doc/html/canvas-example.html @@ -43,7 +43,7 @@ example provides a taste of what can be done. #include <tqpopupmenu.h> #include <tqmainwindow.h> -#include <ntqintdict.h> +#include <tqintdict.h> #include <tqcanvas.h> class BouncyLogo : public TQCanvasSprite { @@ -821,7 +821,7 @@ void Main::addMesh() this, "progress", TRUE ); #endif - TQMemArray<NodeItem*> lastRow(cols); + TQMemArray<NodeItem*> lastRow(cols); for ( int j = 0; j < rows; j++ ) { int n = j%2 ? cols-1 : cols; NodeItem *prev = 0; -- cgit v1.2.3