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/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 a701c594c..3249c804b 100644 --- a/doc/html/biff-example.html +++ b/doc/html/biff-example.html @@ -52,7 +52,7 @@ mail; it looks exactly like xbiff but is much shorter. #include <tqwidget.h> #include <tqdatetime.h> -#include <ntqpixmap.h> +#include <tqpixmap.h> class Biff : public TQWidget @@ -68,8 +68,8 @@ protected: private: TQDateTime lastModified; - TQPixmap hasNewMail; - TQPixmap noNewMail; + TQPixmap hasNewMail; + TQPixmap noNewMail; TQString mailbox; bool gotMail; }; -- cgit v1.2.3