diff options
author | Michele Calgaro <[email protected]> | 2024-09-04 11:53:23 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-09-04 13:56:43 +0900 |
commit | 0582c90a9ed4b965629267713f51c0da7c38b39d (patch) | |
tree | cae95e850081d0a7f2be6cef5837f43a28d53d2c /doc/html/listbox-example.html | |
parent | 39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (diff) | |
download | tqt3-0582c90a9ed4b965629267713f51c0da7c38b39d.tar.gz tqt3-0582c90a9ed4b965629267713f51c0da7c38b39d.zip |
Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h)
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/listbox-example.html')
-rw-r--r-- | doc/html/listbox-example.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/listbox-example.html b/doc/html/listbox-example.html index 885ecf514..4f7020be7 100644 --- a/doc/html/listbox-example.html +++ b/doc/html/listbox-example.html @@ -209,9 +209,9 @@ private: while( ++i <= 2560 ) <a name="x1446"></a><a name="x1433"></a> l-><a href="tqlistbox.html#insertItem">insertItem</a>( TQString::<a href="tqstring.html#fromLatin1">fromLatin1</a>( "Item " ) + TQString::number( i ), i ); -<a name="x1441"></a> columns-><a href="ntqrangecontrol.html#setRange">setRange</a>( 1, 256 ); +<a name="x1441"></a> columns-><a href="tqrangecontrol.html#setRange">setRange</a>( 1, 256 ); <a name="x1443"></a> columns-><a href="tqspinbox.html#setValue">setValue</a>( 1 ); - rows-><a href="ntqrangecontrol.html#setRange">setRange</a>( 1, 256 ); + rows-><a href="tqrangecontrol.html#setRange">setRange</a>( 1, 256 ); rows-><a href="tqspinbox.html#setValue">setValue</a>( 256 ); <a name="x1445"></a> <a href="tqobject.html#connect">connect</a>( columns, TQ_SIGNAL(<a href="tqspinbox.html#valueChanged">valueChanged</a>(int)), this, TQ_SLOT(setNumCols()) ); |