From 1f0ce8533cc837aa2d4155b5fc17d2004bed0197 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 5 Jun 2024 19:02:23 +0900 Subject: Rename template library nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/mail-example.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/mail-example.html') 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 Smtp::dnsLookupHelper() { - TQValueList<TQDns::MailServer> s = mxLookup->mailServers(); - if ( s.isEmpty() ) { + TQValueList<TQDns::MailServer> s = mxLookup->mailServers(); + if ( s.isEmpty() ) { if ( !mxLookup->isWorking() ) emit status( tr( "Error in MX record lookup" ) ); return; } - emit status( tr( "Connecting to %1" ).arg( s.first().name ) ); + emit status( tr( "Connecting to %1" ).arg( s.first().name ) ); - socket->connectToHost( s.first().name, 25 ); + socket->connectToHost( s.first().name, 25 ); t = new TQTextStream( socket ); } -- cgit v1.2.3