diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 14:04:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-27 16:08:54 +0900 |
commit | 04913ce7a46fd027856e83a96205fdc388742a19 (patch) | |
tree | a04a117317c14854a6b91072658ba0eb3ad8b3fc /doc/html/biff-example.html | |
parent | c11c0f228b65f7471a26513ef8dbde413e75f8fa (diff) | |
download | tqt-04913ce7.tar.gz tqt-04913ce7.zip |
Rename ntqobject*.h and qobject*.cpp to tqobject*
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/biff-example.html b/doc/html/biff-example.html index 306372faf..e81375db0 100644 --- a/doc/html/biff-example.html +++ b/doc/html/biff-example.html @@ -115,7 +115,7 @@ how two images (<em>hasmail_bmp_data</em> and <em>nomail_bmp_data</em>, both fro if ( fi.<a href="ntqfileinfo.html#exists">exists</a>() ) { <a name="x1954"></a> mailbox = fi.<a href="ntqfileinfo.html#absFilePath">absFilePath</a>(); - <a href="ntqobject.html#startTimer">startTimer</a>( 1000 ); + <a href="tqobject.html#startTimer">startTimer</a>( 1000 ); } <a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>( 48, 48 ); @@ -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="ntqobject.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="qtimerevent.html">TQTimerEvent</a> * ) { <a href="ntqfileinfo.html">TQFileInfo</a> fi( mailbox ); bool newState = ( fi.<a href="ntqfileinfo.html#lastModified">lastModified</a>() != lastModified && |