diff options
Diffstat (limited to 'doc/html/tqdataview.html')
-rw-r--r-- | doc/html/tqdataview.html | 4 |
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 <<a href="tqdataview-h.html">tqdataview.h</a>></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> * parent = 0, const char * name = 0, WFlags fl = 0 ) +<h3 class=fn><a name="TQDataView"></a>TQDataView::TQDataView ( <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, WFlags 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>. |