From 1702a6daff27f5d3e6fdac16962d1828df6ca270 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 30 May 2024 12:36:05 +0900 Subject: Rename nt* dom and xml related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/man/man3/tqsqlpropertymap.3qt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/man/man3/tqsqlpropertymap.3qt') diff --git a/doc/man/man3/tqsqlpropertymap.3qt b/doc/man/man3/tqsqlpropertymap.3qt index ec88742a6..8dd222df2 100644 --- a/doc/man/man3/tqsqlpropertymap.3qt +++ b/doc/man/man3/tqsqlpropertymap.3qt @@ -14,7 +14,7 @@ TQSqlPropertyMap \- Used to map widgets to SQL fields .SS "Public Members" .in +1c .ti -1c -.BI "\fBQSqlPropertyMap\fR ()" +.BI "\fBTQSqlPropertyMap\fR ()" .br .ti -1c .BI "virtual \fB~TQSqlPropertyMap\fR ()" @@ -138,7 +138,7 @@ Insert a new classname/property pair, which is used for custom SQL field editors .PP Example: sql/overview/custom1/main.cpp. .SH "void TQSqlPropertyMap::installDefaultMap ( TQSqlPropertyMap * map )\fC [static]\fR" -Replaces the global default property map with \fImap\fR. All TQDataTable and TQSqlForm instantiations will use this new map for inserting and extracting values to and from editors. \fIQSqlPropertyMap takes ownership of \a map, and destroys it when it is no longer needed.\fR +Replaces the global default property map with \fImap\fR. All TQDataTable and TQSqlForm instantiations will use this new map for inserting and extracting values to and from editors. \fITQSqlPropertyMap takes ownership of \a map, and destroys it when it is no longer needed.\fR .SH "QVariant TQSqlPropertyMap::property ( TQWidget * widget )" Returns the mapped property of \fIwidget\fR as a QVariant. .SH "void TQSqlPropertyMap::remove ( const TQString & classname )" -- cgit v1.2.1