diff options
Diffstat (limited to 'doc/man/man3/tqsqlpropertymap.3qt')
-rw-r--r-- | doc/man/man3/tqsqlpropertymap.3qt | 10 |
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 \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" |