diff options
Diffstat (limited to 'doc/man/man3/qsqlpropertymap.3qt')
-rw-r--r-- | doc/man/man3/qsqlpropertymap.3qt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/qsqlpropertymap.3qt b/doc/man/man3/qsqlpropertymap.3qt index 03a86b3d8..3d0cbe34a 100644 --- a/doc/man/man3/qsqlpropertymap.3qt +++ b/doc/man/man3/qsqlpropertymap.3qt @@ -134,7 +134,7 @@ Note that if the QSqlPropertyMap is installed with installPropertyMap() the obje .SH "QSqlPropertyMap * QSqlPropertyMap::defaultMap ()\fC [static]\fR" Returns the application global QSqlPropertyMap. .SH "void QSqlPropertyMap::insert ( const QString & classname, const QString & property )" -Insert a new classname/property pair, which is used for custom SQL field editors. There \fImust\fR be a \fCQ_PROPERTY\fR clause in the \fIclassname\fR class declaration for the \fIproperty\fR. +Insert a new classname/property pair, which is used for custom SQL field editors. There \fImust\fR be a \fCTQ_PROPERTY\fR clause in the \fIclassname\fR class declaration for the \fIproperty\fR. .PP Example: sql/overview/custom1/main.cpp. .SH "void QSqlPropertyMap::installDefaultMap ( QSqlPropertyMap * map )\fC [static]\fR" |