summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqsqlpropertymap.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqsqlpropertymap.3qt')
-rw-r--r--doc/man/man3/tqsqlpropertymap.3qt16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/man/man3/tqsqlpropertymap.3qt b/doc/man/man3/tqsqlpropertymap.3qt
index e736fdb7..3857f130 100644
--- a/doc/man/man3/tqsqlpropertymap.3qt
+++ b/doc/man/man3/tqsqlpropertymap.3qt
@@ -20,16 +20,16 @@ QSqlPropertyMap \- Used to map widgets to SQL fields
.BI "virtual \fB~QSqlPropertyMap\fR ()"
.br
.ti -1c
-.BI "QVariant \fBproperty\fR ( QWidget * widget )"
+.BI "QVariant \fBproperty\fR ( TQWidget * widget )"
.br
.ti -1c
-.BI "virtual void \fBsetProperty\fR ( QWidget * widget, const QVariant & value )"
+.BI "virtual void \fBsetProperty\fR ( TQWidget * widget, const QVariant & value )"
.br
.ti -1c
-.BI "void \fBinsert\fR ( const QString & classname, const QString & property )"
+.BI "void \fBinsert\fR ( const TQString & classname, const TQString & property )"
.br
.ti -1c
-.BI "void \fBremove\fR ( const QString & classname )"
+.BI "void \fBremove\fR ( const TQString & classname )"
.br
.in -1c
.SS "Static Public Members"
@@ -133,17 +133,17 @@ Destroys the QSqlPropertyMap.
Note that if the QSqlPropertyMap is installed with installPropertyMap() the object it was installed into, e.g. the QSqlForm, takes ownership and will delete the QSqlPropertyMap when necessary.
.SH "QSqlPropertyMap * QSqlPropertyMap::defaultMap ()\fC [static]\fR"
Returns the application global QSqlPropertyMap.
-.SH "void QSqlPropertyMap::insert ( const QString & classname, const QString & property )"
+.SH "void QSqlPropertyMap::insert ( const TQString & classname, const TQString & property )"
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"
Replaces the global default property map with \fImap\fR. All QDataTable and QSqlForm 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
-.SH "QVariant QSqlPropertyMap::property ( QWidget * widget )"
+.SH "QVariant QSqlPropertyMap::property ( TQWidget * widget )"
Returns the mapped property of \fIwidget\fR as a QVariant.
-.SH "void QSqlPropertyMap::remove ( const QString & classname )"
+.SH "void QSqlPropertyMap::remove ( const TQString & classname )"
Removes \fIclassname\fR from the map.
-.SH "void QSqlPropertyMap::setProperty ( QWidget * widget, const QVariant & value )\fC [virtual]\fR"
+.SH "void QSqlPropertyMap::setProperty ( TQWidget * widget, const QVariant & value )\fC [virtual]\fR"
Sets the property of \fIwidget\fR to \fIvalue\fR.
.SH "SEE ALSO"