summaryrefslogtreecommitdiffstats
path: root/doc/html/mail-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/mail-example.html')
-rw-r--r--doc/html/mail-example.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/mail-example.html b/doc/html/mail-example.html
index 312d72e34..58677ff19 100644
--- a/doc/html/mail-example.html
+++ b/doc/html/mail-example.html
@@ -161,16 +161,16 @@ Smtp::~Smtp()
void <a name="f298"></a>Smtp::dnsLookupHelper()
{
-<a name="x706"></a> <a href="ntqvaluelist.html">TQValueList</a>&lt;TQDns::MailServer&gt; s = mxLookup-&gt;<a href="ntqdns.html#mailServers">mailServers</a>();
-<a name="x720"></a> if ( s.<a href="ntqvaluelist.html#isEmpty">isEmpty</a>() ) {
+<a name="x706"></a> <a href="tqvaluelist.html">TQValueList</a>&lt;TQDns::MailServer&gt; s = mxLookup-&gt;<a href="ntqdns.html#mailServers">mailServers</a>();
+<a name="x720"></a> if ( s.<a href="tqvaluelist.html#isEmpty">isEmpty</a>() ) {
<a name="x705"></a> if ( !mxLookup-&gt;<a href="ntqdns.html#isWorking">isWorking</a>() )
emit status( <a href="tqobject.html#tr">tr</a>( "Error in MX record lookup" ) );
return;
}
-<a name="x719"></a> emit status( <a href="tqobject.html#tr">tr</a>( "Connecting to %1" ).arg( s.<a href="ntqvaluelist.html#first">first</a>().name ) );
+<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-&gt;<a href="ntqsocket.html#connectToHost">connectToHost</a>( s.<a href="ntqvaluelist.html#first">first</a>().name, 25 );
+<a name="x710"></a> socket-&gt;<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 );
}