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/listbox-example.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/listbox-example.html') diff --git a/doc/html/listbox-example.html b/doc/html/listbox-example.html index a4aa70adf..81fe0c860 100644 --- a/doc/html/listbox-example.html +++ b/doc/html/listbox-example.html @@ -101,7 +101,7 @@ private: #include "listbox.h" -#include <ntqlabel.h> +#include <tqlabel.h> #include <ntqradiobutton.h> #include <ntqcheckbox.h> #include <ntqspinbox.h> @@ -116,8 +116,8 @@ private: { TQGridLayout * g = new TQGridLayout( this, 2, 2, 6 ); - g->addWidget( new TQLabel( "<b>Configuration:</b>", this ), 0, 0 ); - g->addWidget( new TQLabel( "<b>Result:</b>", this ), 0, 1 ); + g->addWidget( new TQLabel( "<b>Configuration:</b>", this ), 0, 0 ); + g->addWidget( new TQLabel( "<b>Result:</b>", this ), 0, 1 ); l = new TQListBox( this ); g->addWidget( l, 1, 1 ); @@ -140,7 +140,7 @@ private: v->addLayout( h ); h->addSpacing( 30 ); h->addSpacing( 100 ); - h->addWidget( new TQLabel( "Columns:", this ) ); + h->addWidget( new TQLabel( "Columns:", this ) ); columns = new TQSpinBox( this ); h->addWidget( columns ); @@ -165,7 +165,7 @@ private: v->addLayout( h ); h->addSpacing( 30 ); h->addSpacing( 100 ); - h->addWidget( new TQLabel( "Rows:", this ) ); + h->addWidget( new TQLabel( "Rows:", this ) ); rows = new TQSpinBox( this ); rows->setEnabled( FALSE ); h->addWidget( rows ); -- cgit v1.2.3