diff options
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 ); } |