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/sql-overview-custom1-main-cpp.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/sql-overview-custom1-main-cpp.html') diff --git a/doc/html/sql-overview-custom1-main-cpp.html b/doc/html/sql-overview-custom1-main-cpp.html index 29142df69..0912a8927 100644 --- a/doc/html/sql-overview-custom1-main-cpp.html +++ b/doc/html/sql-overview-custom1-main-cpp.html @@ -48,7 +48,7 @@ body { background: #ffffff; color: black; } CustomEdit::CustomEdit( TQWidget *parent, const char *name ) : TQLineEdit( parent, name ) { - connect( this, TQ_SIGNAL(textChanged(const TQString &)), + connect( this, TQ_SIGNAL(textChanged(const TQString &)), this, TQ_SLOT(changed(const TQString &)) ); } @@ -82,7 +82,7 @@ TQString CustomEdit::upperLine() const TQLineEdit *salaryEdit = new TQLineEdit( this ); salaryEdit->setAlignment( TQt::AlignRight ); TQPushButton *saveButton = new TQPushButton( "&Save", this ); - connect( saveButton, TQ_SIGNAL(clicked()), this, TQ_SLOT(save()) ); + connect( saveButton, TQ_SIGNAL(clicked()), this, TQ_SLOT(save()) ); TQGridLayout *grid = new TQGridLayout( this ); grid->addWidget( forenameLabel, 0, 0 ); @@ -102,7 +102,7 @@ TQString CustomEdit::upperLine() const staffCursor->first(); propMap = new TQSqlPropertyMap; - propMap->insert( forenameEdit->className(), "upperLine" ); + propMap->insert( forenameEdit->className(), "upperLine" ); sqlForm = new TQSqlForm( this ); sqlForm->setRecord( staffCursor->primeUpdate() ); -- cgit v1.2.1