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/hello-example.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/hello-example.html') diff --git a/doc/html/hello-example.html b/doc/html/hello-example.html index 3d1dd7234..638a7c251 100644 --- a/doc/html/hello-example.html +++ b/doc/html/hello-example.html @@ -89,7 +89,7 @@ private: #include <ntqpushbutton.h> #include <tqtimer.h> #include <tqpainter.h> -#include <ntqpixmap.h> +#include <tqpixmap.h> /* @@ -155,8 +155,8 @@ void Hello::paintEvent( height()/2 - h/2; // 2: Create the pixmap and fill it with the widget's background - TQPixmap pm( w, h ); - pm.fill( this, pmx, pmy ); + TQPixmap pm( w, h ); + pm.fill( this, pmx, pmy ); // 3: Paint the pixmap. Cool wave effect TQPainter p; -- cgit v1.2.3