diff options
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 && |