summaryrefslogtreecommitdiffstats
path: root/doc/html/tqsqlresult.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqsqlresult.html')
-rw-r--r--doc/html/tqsqlresult.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqsqlresult.html b/doc/html/tqsqlresult.html
index 06867f898..6d1f29a3c 100644
--- a/doc/html/tqsqlresult.html
+++ b/doc/html/tqsqlresult.html
@@ -93,10 +93,10 @@ Destroys the object and frees any allocated resources.
</h3>
Returns the current (zero-based) position of the result.
-<h3 class=fn><a href="ntqvariant.html">TQVariant</a> <a name="data"></a>TQSqlResult::data ( int&nbsp;i )<tt> [pure virtual protected]</tt>
+<h3 class=fn><a href="tqvariant.html">TQVariant</a> <a name="data"></a>TQSqlResult::data ( int&nbsp;i )<tt> [pure virtual protected]</tt>
</h3>
-<p> Returns the data for field <em>i</em> (zero-based) as a <a href="ntqvariant.html">TQVariant</a>. This
+<p> Returns the data for field <em>i</em> (zero-based) as a <a href="tqvariant.html">TQVariant</a>. This
function is only called if the result is in an active state and is
positioned on a valid record and <em>i</em> is non-negative.
Derived classes must reimplement this function and return the value