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/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 884cd6aa5..5f976c919 100644 --- a/doc/html/i18n-example.html +++ b/doc/html/i18n-example.html @@ -175,7 +175,7 @@ void MyWidget::initChoices(TQWidget* parent) #include <ntqbuttongroup.h> #include <ntqpushbutton.h> #include <ntqsignalmapper.h> -#include <ntqtextcodec.h> +#include <tqtextcodec.h> #include <stdlib.h> #if defined(Q_OS_UNIX) @@ -275,7 +275,7 @@ int main( int argc, char** argv ) r = 2; } else { TQButtonGroup *bg = new TQButtonGroup(4,TQt::Vertical,"Choose Locales",&dlg); - TQString loc = TQTextCodec::locale(); + TQString loc = TQTextCodec::locale(); for ( int i=0; qm[i]; i++ ) { qmb[i] = new TQCheckBox((const char*)qm[i],bg); qmb[i]->setChecked( loc == qm[i] ); -- cgit v1.2.1