summaryrefslogtreecommitdiffstats
path: root/doc/html/tqsqlrecordinfo.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqsqlrecordinfo.html')
-rw-r--r--doc/html/tqsqlrecordinfo.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqsqlrecordinfo.html b/doc/html/tqsqlrecordinfo.html
index 8dadf7d3a..475e6a106 100644
--- a/doc/html/tqsqlrecordinfo.html
+++ b/doc/html/tqsqlrecordinfo.html
@@ -72,12 +72,12 @@ field.
Constructs a TQSqlRecordInfo object based on the fields in the
<a href="tqsqlrecord.html">TQSqlRecord</a> <em>other</em>.
-<h3 class=fn>size_type <a name="contains"></a>TQSqlRecordInfo::contains ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;fieldName ) const
+<h3 class=fn>size_type <a name="contains"></a>TQSqlRecordInfo::contains ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;fieldName ) const
</h3>
Returns the number of times a field called <em>fieldName</em> occurs in
the record. Returns 0 if no field by that name could be found.
-<h3 class=fn><a href="tqsqlfieldinfo.html">TQSqlFieldInfo</a> <a name="find"></a>TQSqlRecordInfo::find ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;fieldName ) const
+<h3 class=fn><a href="tqsqlfieldinfo.html">TQSqlFieldInfo</a> <a name="find"></a>TQSqlRecordInfo::find ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;fieldName ) const
</h3>
Returns a <a href="tqsqlfieldinfo.html">TQSqlFieldInfo</a> object for the first field in the record
which has the field name <em>fieldName</em>. If no matching field is