diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/lineedits-example.html | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip |
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/lineedits-example.html')
-rw-r--r-- | doc/html/lineedits-example.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/lineedits-example.html b/doc/html/lineedits-example.html index be92b16cf..e796a979d 100644 --- a/doc/html/lineedits-example.html +++ b/doc/html/lineedits-example.html @@ -191,7 +191,7 @@ protected slots: combo4-><a href="ntqcombobox.html#insertItem">insertItem</a>( "ISO date" ); combo4-><a href="ntqcombobox.html#insertItem">insertItem</a>( "License key" ); - // ...this time we use the activated( const <a href="ntqstring.html">TQString</a> & ) signal + // ...this time we use the activated( const <a href="tqstring.html">TQString</a> & ) signal <a href="tqobject.html#connect">connect</a>( combo4, TQ_SIGNAL( <a href="ntqcombobox.html#activated">activated</a>( int ) ), this, TQ_SLOT( slotInputMaskChanged( int ) ) ); @@ -303,7 +303,7 @@ void <a name="f222"></a>LineEdits::slotAlignmentChanged( int i ) } /* - * TQ_SLOT slotInputMaskChanged( const <a href="ntqstring.html">TQString</a> &mask ) + * TQ_SLOT slotInputMaskChanged( const <a href="tqstring.html">TQString</a> &mask ) * * i contains the number of the item which the user has been chosen in * the third Combobox. According to this value, we set an input mask on @@ -314,7 +314,7 @@ void <a name="f223"></a>LineEdits::slotInputMaskChanged( int i ) { switch( i ) { case 0: -<a name="x177"></a> lined4-><a href="ntqlineedit.html#setInputMask">setInputMask</a>( <a href="ntqstring.html#TQString-null">TQString::null</a> ); +<a name="x177"></a> lined4-><a href="ntqlineedit.html#setInputMask">setInputMask</a>( <a href="tqstring.html#TQString-null">TQString::null</a> ); break; case 1: lined4-><a href="ntqlineedit.html#setInputMask">setInputMask</a>( "+99 99 99 99 99;_" ); |