summaryrefslogtreecommitdiffstats
path: root/doc/html/tqdataview.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/tqdataview.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/tqdataview.html')
-rw-r--r--doc/html/tqdataview.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqdataview.html b/doc/html/tqdataview.html
index 8ba9d86d7..40929fe21 100644
--- a/doc/html/tqdataview.html
+++ b/doc/html/tqdataview.html
@@ -34,7 +34,7 @@ body { background: #ffffff; color: black; }
<p>The TQDataView class provides read-only SQL forms.
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="tqdataview-h.html">tqdataview.h</a>&gt;</tt>
-<p>Inherits <a href="ntqwidget.html">TQWidget</a>.
+<p>Inherits <a href="tqwidget.html">TQWidget</a>.
<p><a href="tqdataview-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -73,7 +73,7 @@ the given record and read the record's fields into the form.
<p>See also <a href="database.html">Database Classes</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQDataView"></a>TQDataView::TQDataView ( <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="TQDataView"></a>TQDataView::TQDataView ( <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 view which is a child of <em>parent</em>, called <em>name</em>, and with widget flags <em>fl</em>.