From 397b7afa8e3f32268c4454bf4783ac2a5a799658 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 15 Oct 2024 13:05:33 +0900 Subject: Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/mail-example.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/mail-example.html') diff --git a/doc/html/mail-example.html b/doc/html/mail-example.html index 001e8feff..4ad42d003 100644 --- a/doc/html/mail-example.html +++ b/doc/html/mail-example.html @@ -116,7 +116,7 @@ private: #include <tqsocket.h> #include <tqdns.h> #include <tqtimer.h> -#include <ntqapplication.h> +#include <tqapplication.h> #include <tqmessagebox.h> #include <tqregexp.h> @@ -219,7 +219,7 @@ void Smtp::readyRead() return; } else { // something broke. - TQMessageBox::warning( tqApp->activeWindow(), + TQMessageBox::warning( tqApp->activeWindow(), tr( "TQt Mail Example" ), tr( "Unexpected reply from SMTP server:\n\n" ) + response ); -- cgit v1.2.1