summaryrefslogtreecommitdiffstats
path: root/doc/html/tqdatabrowser.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:07:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:22:42 +0900
commit8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch)
treeb95884617b9a37accc843676d5d42be4116a3f54 /doc/html/tqdatabrowser.html
parent68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff)
downloadtqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.tar.gz
tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.zip
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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>