From 82ecd83484c9fa1ede059986ab771e74e33e68ef Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 16 Aug 2024 19:11:00 +0900 Subject: Rename layout nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqdir-example.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/tqdir-example.html') diff --git a/doc/html/tqdir-example.html b/doc/html/tqdir-example.html index f1a96f07e..20c8bab2f 100644 --- a/doc/html/tqdir-example.html +++ b/doc/html/tqdir-example.html @@ -53,7 +53,7 @@ body { background: #ffffff; color: black; } #include <tqfileinfo.h> #include <tqfile.h> #include <tqtextstream.h> -#include <ntqhbox.h> +#include <tqhbox.h> #include <tqspinbox.h> #include <tqlabel.h> #include <tqmultilineedit.h> @@ -199,12 +199,12 @@ void Preview::showPreview( const TQUrlPreviewWidget::PreviewWidget( TQWidget *parent ) - : TQVBox( parent ), TQFilePreview() + : TQVBox( parent ), TQFilePreview() { setSpacing( 5 ); setMargin( 5 ); - TQHBox *row = new TQHBox( this ); - row->setSpacing( 5 ); + TQHBox *row = new TQHBox( this ); + row->setSpacing( 5 ); (void)new TQLabel( tr( "Only show files smaller than: " ), row ); sizeSpinBox = new TQSpinBox( 1, 10000, 1, row ); sizeSpinBox->setSuffix( " KB" ); -- cgit v1.2.3