From a30f5359f03c3017fa19a6770fab32d25d22cb87 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 15 Jul 2024 19:08:22 +0900 Subject: Rename graphics class nt* related files to equivalent tq* (part 1) Signed-off-by: Michele Calgaro --- doc/html/biff-example.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/biff-example.html') diff --git a/doc/html/biff-example.html b/doc/html/biff-example.html index 565fa41a3..a701c594c 100644 --- a/doc/html/biff-example.html +++ b/doc/html/biff-example.html @@ -63,7 +63,7 @@ public: protected: void timerEvent( TQTimerEvent * ); - void paintEvent( TQPaintEvent * ); + void paintEvent( TQPaintEvent * ); void mousePressEvent( TQMouseEvent * ); private: @@ -95,7 +95,7 @@ how two images (hasmail_bmp_data and nomail_bmp_data, both fro #include "biff.h" #include <tqstring.h> #include <tqfileinfo.h> -#include <ntqpainter.h> +#include <tqpainter.h> #include <unistd.h> #include <stdlib.h> @@ -144,7 +144,7 @@ how two images (hasmail_bmp_data and nomail_bmp_data, both fro } -void Biff::paintEvent( TQPaintEvent * ) +void Biff::paintEvent( TQPaintEvent * ) { if ( gotMail ) bitBlt( this, 0, 0, &hasNewMail ); -- cgit v1.2.3