diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 12:56:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 12:56:43 +0900 |
commit | 0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (patch) | |
tree | 107cf55759cc3138bb1e0035b479bcd92127403a /doc/html/mail-example.html | |
parent | e6077c30d14e9d662e8843c554db86c0d366d0b6 (diff) | |
download | tqt3-0cf411b09cf5d8970b873a338a69eae98d5ce5d8.tar.gz tqt3-0cf411b09cf5d8970b873a338a69eae98d5ce5d8.zip |
Rename text nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/mail-example.html')
-rw-r--r-- | doc/html/mail-example.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/mail-example.html b/doc/html/mail-example.html index acd2640e5..0ac4f8d9b 100644 --- a/doc/html/mail-example.html +++ b/doc/html/mail-example.html @@ -90,7 +90,7 @@ private: <a href="tqstring.html">TQString</a> from; <a href="tqstring.html">TQString</a> rcpt; <a href="ntqsocket.html">TQSocket</a> *socket; - <a href="ntqtextstream.html">TQTextStream</a> * t; + <a href="tqtextstream.html">TQTextStream</a> * t; int state; <a href="tqstring.html">TQString</a> response; <a href="ntqdns.html">TQDns</a> * mxLookup; @@ -113,7 +113,7 @@ private: #include "smtp.h" -#include <<a href="qtextstream-h.html">ntqtextstream.h</a>> +#include <<a href="tqtextstream-h.html">tqtextstream.h</a>> #include <<a href="qsocket-h.html">ntqsocket.h</a>> #include <<a href="qdns-h.html">ntqdns.h</a>> #include <<a href="qtimer-h.html">ntqtimer.h</a>> @@ -171,7 +171,7 @@ void <a name="f298"></a>Smtp::dnsLookupHelper() <a name="x719"></a> emit status( <a href="tqobject.html#tr">tr</a>( "Connecting to %1" ).arg( s.<a href="tqvaluelist.html#first">first</a>().name ) ); <a name="x710"></a> socket-><a href="ntqsocket.html#connectToHost">connectToHost</a>( s.<a href="tqvaluelist.html#first">first</a>().name, 25 ); - t = new <a href="ntqtextstream.html">TQTextStream</a>( socket ); + t = new <a href="tqtextstream.html">TQTextStream</a>( socket ); } |