diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-27 21:53:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-29 13:21:04 +0900 |
commit | 2cbcca0db1343e1c40e52af729a5eb34ca8a7e37 (patch) | |
tree | 065c9e97d5bd9eb3d9869427b44acdd571ba0cc1 /doc/html/biff-example.html | |
parent | a09a6bc05e3f64c27e7c84dd768c7720fdf41136 (diff) | |
download | tqt-2cbcca0d.tar.gz tqt-2cbcca0d.zip |
Rename date and time nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/biff-example.html')
-rw-r--r-- | doc/html/biff-example.html | 8 |
1 files changed, 4 insertions, 4 deletions
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 <<a href="tqwidget-h.html">tqwidget.h</a>> -#include <<a href="qdatetime-h.html">ntqdatetime.h</a>> +#include <<a href="tqdatetime-h.html">tqdatetime.h</a>> #include <<a href="qpixmap-h.html">ntqpixmap.h</a>> @@ -62,12 +62,12 @@ public: Biff( <a href="tqwidget.html">TQWidget</a> *parent=0, const char *name=0 ); protected: - void timerEvent( <a href="qtimerevent.html">TQTimerEvent</a> * ); + void timerEvent( <a href="tqtimerevent.html">TQTimerEvent</a> * ); void paintEvent( <a href="qpaintevent.html">TQPaintEvent</a> * ); void mousePressEvent( <a href="qmouseevent.html">TQMouseEvent</a> * ); private: - <a href="ntqdatetime.html">TQDateTime</a> lastModified; + <a href="tqdatetime.html">TQDateTime</a> lastModified; <a href="ntqpixmap.html">TQPixmap</a> hasNewMail; <a href="ntqpixmap.html">TQPixmap</a> noNewMail; <a href="tqstring.html">TQString</a> mailbox; @@ -130,7 +130,7 @@ how two images (<em>hasmail_bmp_data</em> and <em>nomail_bmp_data</em>, both fro } -<a name="x1959"></a>void Biff::<a href="tqobject.html#timerEvent">timerEvent</a>( <a href="qtimerevent.html">TQTimerEvent</a> * ) +<a name="x1959"></a>void Biff::<a href="tqobject.html#timerEvent">timerEvent</a>( <a href="tqtimerevent.html">TQTimerEvent</a> * ) { <a href="ntqfileinfo.html">TQFileInfo</a> fi( mailbox ); bool newState = ( fi.<a href="ntqfileinfo.html#lastModified">lastModified</a>() != lastModified && |