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/tqsqlpropertymap.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqsqlpropertymap.html') diff --git a/doc/html/tqsqlpropertymap.html b/doc/html/tqsqlpropertymap.html index 9e351e40b..b762a25e6 100644 --- a/doc/html/tqsqlpropertymap.html +++ b/doc/html/tqsqlpropertymap.html @@ -161,7 +161,7 @@ necessary. Returns the application global TQSqlPropertyMap. -

void TQSqlPropertyMap::insert ( const TQString & classname, const TQString & property ) +

void TQSqlPropertyMap::insert ( const TQString & classname, const TQString & property )

Insert a new classname/property pair, which is used for custom SQL field editors. There must be a TQ_PROPERTY clause in the classname class declaration for the property. @@ -178,7 +178,7 @@ inserting and extracting values to and from editors. Returns the mapped property of widget as a TQVariant. -

void TQSqlPropertyMap::remove ( const TQString & classname ) +

void TQSqlPropertyMap::remove ( const TQString & classname )

Removes classname from the map. -- cgit v1.2.3