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/tqdir-example.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqdir-example.html') diff --git a/doc/html/tqdir-example.html b/doc/html/tqdir-example.html index c85843346..558f107fa 100644 --- a/doc/html/tqdir-example.html +++ b/doc/html/tqdir-example.html @@ -55,7 +55,7 @@ body { background: #ffffff; color: black; } #include <tqtextstream.h> #include <ntqhbox.h> #include <ntqspinbox.h> -#include <ntqlabel.h> +#include <tqlabel.h> #include <ntqmultilineedit.h> #include <ntqheader.h> #include <ntqevent.h> @@ -205,7 +205,7 @@ void Preview::showPreview( const TQUrlTQHBox *row = new TQHBox( this ); row->setSpacing( 5 ); - (void)new TQLabel( tr( "Only show files smaller than: " ), row ); + (void)new TQLabel( tr( "Only show files smaller than: " ), row ); sizeSpinBox = new TQSpinBox( 1, 10000, 1, row ); sizeSpinBox->setSuffix( " KB" ); sizeSpinBox->setValue( 64 ); -- cgit v1.2.3