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/aclock-example.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/aclock-example.html') diff --git a/doc/html/aclock-example.html b/doc/html/aclock-example.html index 7f241db5..06360b92 100644 --- a/doc/html/aclock-example.html +++ b/doc/html/aclock-example.html @@ -98,7 +98,7 @@ private: #include "aclock.h" #include <tqtimer.h> #include <ntqpainter.h> -#include <ntqbitmap.h> +#include <tqbitmap.h> // // Constructs an analog clock widget that uses an internal TQTimer. @@ -172,7 +172,7 @@ void AnalogClock::paintEvent( TQBitmap bm( size() ); + TQBitmap bm( size() ); bm.fill( color0 ); //transparent TQPainter paint; -- cgit v1.2.1