From 2cbcca0db1343e1c40e52af729a5eb34ca8a7e37 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 27 Jun 2024 21:53:17 +0900 Subject: Rename date and time nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/biff-example.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/biff-example.html') diff --git a/doc/html/biff-example.html b/doc/html/biff-example.html index fa5bc991d..80acc1087 100644 --- a/doc/html/biff-example.html +++ b/doc/html/biff-example.html @@ -51,7 +51,7 @@ mail; it looks exactly like xbiff but is much shorter. #define BIFF_H #include <tqwidget.h> -#include <ntqdatetime.h> +#include <tqdatetime.h> #include <ntqpixmap.h> @@ -62,12 +62,12 @@ public: Biff( TQWidget *parent=0, const char *name=0 ); protected: - void timerEvent( TQTimerEvent * ); + void timerEvent( TQTimerEvent * ); void paintEvent( TQPaintEvent * ); void mousePressEvent( TQMouseEvent * ); private: - TQDateTime lastModified; + TQDateTime lastModified; TQPixmap hasNewMail; TQPixmap noNewMail; TQString mailbox; @@ -130,7 +130,7 @@ how two images (hasmail_bmp_data and nomail_bmp_data, both fro } -void Biff::timerEvent( TQTimerEvent * ) +void Biff::timerEvent( TQTimerEvent * ) { TQFileInfo fi( mailbox ); bool newState = ( fi.lastModified() != lastModified && -- cgit v1.2.3