From 0cf411b09cf5d8970b873a338a69eae98d5ce5d8 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 8 Jun 2024 12:56:43 +0900 Subject: Rename text nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/mail-example.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/mail-example.html') 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: TQString from; TQString rcpt; TQSocket *socket; - TQTextStream * t; + TQTextStream * t; int state; TQString response; TQDns * mxLookup; @@ -113,7 +113,7 @@ private: #include "smtp.h" -#include <ntqtextstream.h> +#include <tqtextstream.h> #include <ntqsocket.h> #include <ntqdns.h> #include <ntqtimer.h> @@ -171,7 +171,7 @@ void Smtp::dnsLookupHelper() emit status( tr( "Connecting to %1" ).arg( s.first().name ) ); socket->connectToHost( s.first().name, 25 ); - t = new TQTextStream( socket ); + t = new TQTextStream( socket ); } -- cgit v1.2.3