From 0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 24 Jul 2024 19:37:05 +0900 Subject: Rename text class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/i18n-example.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/i18n-example.html') diff --git a/doc/html/i18n-example.html b/doc/html/i18n-example.html index a11fd1027..da0ce0394 100644 --- a/doc/html/i18n-example.html +++ b/doc/html/i18n-example.html @@ -89,10 +89,10 @@ private: #include <ntqbuttongroup.h> #include <ntqradiobutton.h> -#include <ntqlabel.h> +#include <tqlabel.h> #include <ntqlistbox.h> #include <ntqcombobox.h> -#include <ntqlabel.h> +#include <tqlabel.h> #include <ntqhbox.h> #include <ntqvbox.h> #include <ntqaccel.h> @@ -121,7 +121,7 @@ private: TQString l; statusBar()->message( tr("Language: English") ); - ( void )new TQLabel( tr( "The Main Window" ), central ); + ( void )new TQLabel( tr( "The Main Window" ), central ); TQButtonGroup* gbox = new TQButtonGroup( 1, TQGroupBox::Horizontal, tr( "View" ), central ); -- cgit v1.2.3