From 04913ce7a46fd027856e83a96205fdc388742a19 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 23 May 2024 14:04:45 +0900 Subject: Rename ntqobject*.h and qobject*.cpp to tqobject* Signed-off-by: Michele Calgaro --- doc/html/wizard-wizard-cpp.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/wizard-wizard-cpp.html') diff --git a/doc/html/wizard-wizard-cpp.html b/doc/html/wizard-wizard-cpp.html index 42d6c737c..8967a3c8e 100644 --- a/doc/html/wizard-wizard-cpp.html +++ b/doc/html/wizard-wizard-cpp.html @@ -87,7 +87,7 @@ void Wizard::setupPage1() key->setMaxLength( 4 ); key->setValidator( new TQIntValidator( 1000, 9999, key ) ); - connect( key, TQ_SIGNAL( textChanged( const TQString & ) ), + connect( key, TQ_SIGNAL( textChanged( const TQString & ) ), this, TQ_SLOT( keyChanged( const TQString & ) ) ); addPage( page1, "Personal Key" ); @@ -143,11 +143,11 @@ void Wizard::setupPage2() phone = new TQLineEdit( row4 ); email = new TQLineEdit( row5 ); - connect( firstName, TQ_SIGNAL( textChanged( const TQString & ) ), + connect( firstName, TQ_SIGNAL( textChanged( const TQString & ) ), this, TQ_SLOT( dataChanged( const TQString & ) ) ); - connect( lastName, TQ_SIGNAL( textChanged( const TQString & ) ), + connect( lastName, TQ_SIGNAL( textChanged( const TQString & ) ), this, TQ_SLOT( dataChanged( const TQString & ) ) ); - connect( email, TQ_SIGNAL( textChanged( const TQString & ) ), + connect( email, TQ_SIGNAL( textChanged( const TQString & ) ), this, TQ_SLOT( dataChanged( const TQString & ) ) ); addPage( page2, "Personal Data" ); -- cgit v1.2.3