summaryrefslogtreecommitdiffstats
path: root/doc/html/tqdatabrowser.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqdatabrowser.html')
-rw-r--r--doc/html/tqdatabrowser.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqdatabrowser.html b/doc/html/tqdatabrowser.html
index bddce5066..2050c66b6 100644
--- a/doc/html/tqdatabrowser.html
+++ b/doc/html/tqdatabrowser.html
@@ -35,7 +35,7 @@ body { background: #ffffff; color: black; }
navigation for data entry forms.
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="tqdatabrowser-h.html">tqdatabrowser.h</a>&gt;</tt>
-<p>Inherits <a href="ntqwidget.html">TQWidget</a>.
+<p>Inherits <a href="tqwidget.html">TQWidget</a>.
<p><a href="tqdatabrowser-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -206,7 +206,7 @@ record.
available record.
</ul>
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQDataBrowser"></a>TQDataBrowser::TQDataBrowser ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;fl = 0 )
+<h3 class=fn><a name="TQDataBrowser"></a>TQDataBrowser::TQDataBrowser ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;fl = 0 )
</h3>
Constructs a data browser which is a child of <em>parent</em>, with the
name <em>name</em> and widget flags set to <em>fl</em>.
@@ -335,7 +335,7 @@ TRUE is returned. The nearest record is the next record if there
is one otherwise the previous record if there is one. If an error
occurred during the deletion from the database, <a href="#handleError">handleError</a>() is
called and FALSE is returned.
-<p> <p>See also <a href="ntqwidget.html#cursor-prop">cursor</a>, <a href="#form">form</a>(), and <a href="#handleError">handleError</a>().
+<p> <p>See also <a href="tqwidget.html#cursor-prop">cursor</a>, <a href="#form">form</a>(), and <a href="#handleError">handleError</a>().
<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="filter"></a>TQDataBrowser::filter () const
</h3><p>Returns the data browser's filter.
@@ -600,7 +600,7 @@ during the update on the database, <a href="#handleError">handleError</a>() is c
FALSE is returned. If the update was successfull, the cursor is
refreshed and relocated to the updated record, the <a href="#cursorChanged">cursorChanged</a>()
signal is emitted, and TRUE is returned.
-<p> <p>See also <a href="ntqwidget.html#cursor-prop">cursor</a>, <a href="#form">form</a>(), and <a href="#handleError">handleError</a>().
+<p> <p>See also <a href="tqwidget.html#cursor-prop">cursor</a>, <a href="#form">form</a>(), and <a href="#handleError">handleError</a>().
<h3 class=fn>void <a name="writeFields"></a>TQDataBrowser::writeFields ()<tt> [virtual slot]</tt>
</h3>