From 0582c90a9ed4b965629267713f51c0da7c38b39d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 4 Sep 2024 11:53:23 +0900 Subject: Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h) Signed-off-by: Michele Calgaro --- doc/html/i18n-example.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/i18n-example.html') diff --git a/doc/html/i18n-example.html b/doc/html/i18n-example.html index 77514418d..f75fa5bc7 100644 --- a/doc/html/i18n-example.html +++ b/doc/html/i18n-example.html @@ -168,7 +168,7 @@ void MyWidget::initChoices(TQWidget* parent) #include <ntqapplication.h> #include <tqtranslator.h> #include <tqfileinfo.h> -#include <ntqmessagebox.h> +#include <tqmessagebox.h> #include <tqcheckbox.h> #include <tqvbox.h> #include <tqlayout.h> @@ -235,7 +235,7 @@ MyWidget* showLang(TQString lang) TQFileInfo fi( lang ); if ( !fi.exists() ) { - TQMessageBox::warning( 0, "File error", + TQMessageBox::warning( 0, "File error", TQString("Cannot find translation for language: "+lang+ "\n(try eg. 'de', 'ko' or 'no')") ); return 0; -- cgit v1.2.1