From e6077c30d14e9d662e8843c554db86c0d366d0b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 13:44:12 +0900 Subject: Rename str nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/lineedits-example.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/lineedits-example.html') 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->insertItem( "ISO date" ); combo4->insertItem( "License key" ); - // ...this time we use the activated( const TQString & ) signal + // ...this time we use the activated( const TQString & ) signal connect( combo4, TQ_SIGNAL( activated( int ) ), this, TQ_SLOT( slotInputMaskChanged( int ) ) ); @@ -303,7 +303,7 @@ void LineEdits::slotAlignmentChanged( int i ) } /* - * TQ_SLOT slotInputMaskChanged( const TQString &mask ) + * TQ_SLOT slotInputMaskChanged( const TQString &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 LineEdits::slotInputMaskChanged( int i ) { switch( i ) { case 0: - lined4->setInputMask( TQString::null ); + lined4->setInputMask( TQString::null ); break; case 1: lined4->setInputMask( "+99 99 99 99 99;_" ); -- cgit v1.2.3