summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqsqlpropertymap.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-09-09 14:57:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-09-12 18:58:18 +0900
commit6f57abfc9cd3acf1d648aee696947ac9216adb71 (patch)
tree4ae374b1ce01d388bca2249c5d903d79a6cb814f /doc/man/man3/tqsqlpropertymap.3qt
parent0582c90a9ed4b965629267713f51c0da7c38b39d (diff)
downloadtqt-6f57abfc9cd3acf1d648aee696947ac9216adb71.tar.gz
tqt-6f57abfc9cd3acf1d648aee696947ac9216adb71.zip
Rename remaining ntq[s-z]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqsqlpropertymap.3qt')
-rw-r--r--doc/man/man3/tqsqlpropertymap.3qt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/tqsqlpropertymap.3qt b/doc/man/man3/tqsqlpropertymap.3qt
index cd38334df..9fe2ccc43 100644
--- a/doc/man/man3/tqsqlpropertymap.3qt
+++ b/doc/man/man3/tqsqlpropertymap.3qt
@@ -20,10 +20,10 @@ TQSqlPropertyMap \- Used to map widgets to SQL fields
.BI "virtual \fB~TQSqlPropertyMap\fR ()"
.br
.ti -1c
-.BI "QVariant \fBproperty\fR ( TQWidget * widget )"
+.BI "TQVariant \fBproperty\fR ( TQWidget * widget )"
.br
.ti -1c
-.BI "virtual void \fBsetProperty\fR ( TQWidget * widget, const QVariant & value )"
+.BI "virtual void \fBsetProperty\fR ( TQWidget * widget, const TQVariant & value )"
.br
.ti -1c
.BI "void \fBinsert\fR ( const TQString & classname, const TQString & property )"
@@ -139,11 +139,11 @@ Insert a new classname/property pair, which is used for custom SQL field editors
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. \fITQSqlPropertyMap takes ownership of &#92;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 "TQVariant TQSqlPropertyMap::property ( TQWidget * widget )"
+Returns the mapped property of \fIwidget\fR as a TQVariant.
.SH "void TQSqlPropertyMap::remove ( const TQString & classname )"
Removes \fIclassname\fR from the map.
-.SH "void TQSqlPropertyMap::setProperty ( TQWidget * widget, const QVariant & value )\fC [virtual]\fR"
+.SH "void TQSqlPropertyMap::setProperty ( TQWidget * widget, const TQVariant & value )\fC [virtual]\fR"
Sets the property of \fIwidget\fR to \fIvalue\fR.
.SH "SEE ALSO"