summaryrefslogtreecommitdiffstats
path: root/doc/html/biff-example.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-27 21:53:17 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-29 13:21:04 +0900
commit2cbcca0db1343e1c40e52af729a5eb34ca8a7e37 (patch)
tree065c9e97d5bd9eb3d9869427b44acdd571ba0cc1 /doc/html/biff-example.html
parenta09a6bc05e3f64c27e7c84dd768c7720fdf41136 (diff)
downloadtqt-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.html8
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 &lt;<a href="tqwidget-h.html">tqwidget.h</a>&gt;
-#include &lt;<a href="qdatetime-h.html">ntqdatetime.h</a>&gt;
+#include &lt;<a href="tqdatetime-h.html">tqdatetime.h</a>&gt;
#include &lt;<a href="qpixmap-h.html">ntqpixmap.h</a>&gt;
@@ -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 &amp;&amp;