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/tqsqlform.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqsqlform.html') diff --git a/doc/html/tqsqlform.html b/doc/html/tqsqlform.html index 627b3977a..1e1877216 100644 --- a/doc/html/tqsqlform.html +++ b/doc/html/tqsqlform.html @@ -151,7 +151,7 @@ Returns the number of widgets in the form. Returns the widget that field field is mapped to. -

void TQSqlForm::insert ( TQWidget * widget, const TQString & field ) [virtual] +

void TQSqlForm::insert ( TQWidget * widget, const TQString & field ) [virtual]

Inserts a widget, and the name of the field it is to be mapped to, into the form. To actually associate inserted widgets @@ -190,7 +190,7 @@ fields they are mapped to. Removes a widget, and hence the field it's mapped to, from the form. -

void TQSqlForm::remove ( const TQString & field ) [virtual] +

void TQSqlForm::remove ( const TQString & field ) [virtual]

This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

Removes field from the form. -- cgit v1.2.3