diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/biff-example.html | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip |
Rename str 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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/biff-example.html b/doc/html/biff-example.html index d65b9d673..fa5bc991d 100644 --- a/doc/html/biff-example.html +++ b/doc/html/biff-example.html @@ -70,7 +70,7 @@ private: <a href="ntqdatetime.html">TQDateTime</a> lastModified; <a href="ntqpixmap.html">TQPixmap</a> hasNewMail; <a href="ntqpixmap.html">TQPixmap</a> noNewMail; - <a href="ntqstring.html">TQString</a> mailbox; + <a href="tqstring.html">TQString</a> mailbox; bool gotMail; }; @@ -93,7 +93,7 @@ how two images (<em>hasmail_bmp_data</em> and <em>nomail_bmp_data</em>, both fro *****************************************************************************/ #include "biff.h" -#include <<a href="qstring-h.html">ntqstring.h</a>> +#include <<a href="tqstring-h.html">tqstring.h</a>> #include <<a href="qfileinfo-h.html">ntqfileinfo.h</a>> #include <<a href="qpainter-h.html">ntqpainter.h</a>> @@ -108,7 +108,7 @@ how two images (<em>hasmail_bmp_data</em> and <em>nomail_bmp_data</em>, both fro { <a href="ntqfileinfo.html">TQFileInfo</a> fi = TQString(getenv( "MAIL" )); <a name="x1955"></a> if ( !fi.<a href="ntqfileinfo.html#exists">exists</a>() ) { - <a href="ntqstring.html">TQString</a> s( "/var/spool/mail/" ); + <a href="tqstring.html">TQString</a> s( "/var/spool/mail/" ); s += getlogin(); <a name="x1958"></a> fi.<a href="ntqfileinfo.html#setFile">setFile</a>( s ); } |