summaryrefslogtreecommitdiffstats
path: root/doc/html/tqdatatable.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqdatatable.html')
-rw-r--r--doc/html/tqdatatable.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqdatatable.html b/doc/html/tqdatatable.html
index c659f6f85..a064507db 100644
--- a/doc/html/tqdatatable.html
+++ b/doc/html/tqdatatable.html
@@ -235,12 +235,12 @@ Just before the database is updated a signal is emitted;
<li><tt>TQDataTable::RefreshAll</tt> - refresh both the data and the list of fields
</ul>
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQDataTable"></a>TQDataTable::TQDataTable ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQDataTable"></a>TQDataTable::TQDataTable ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a data table which is a child of <em>parent</em>, called
name <em>name</em>.
-<h3 class=fn><a name="TQDataTable-2"></a>TQDataTable::TQDataTable ( <a href="tqsqlcursor.html">TQSqlCursor</a>&nbsp;*&nbsp;cursor, bool&nbsp;autoPopulate = FALSE, <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQDataTable-2"></a>TQDataTable::TQDataTable ( <a href="tqsqlcursor.html">TQSqlCursor</a>&nbsp;*&nbsp;cursor, bool&nbsp;autoPopulate = FALSE, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a data table which is a child of <em>parent</em>, called name
<em>name</em> using the cursor <em>cursor</em>.
@@ -320,7 +320,7 @@ cursor or the cursor does not allow inserts, nothing happens.
an asterisk '*' in the row's vertical header column, i.e. at the
left of the row.
-<h3 class=fn><a href="ntqwidget.html">TQWidget</a>&nbsp;* <a name="beginUpdate"></a>TQDataTable::beginUpdate ( int&nbsp;row, int&nbsp;col, bool&nbsp;replace )<tt> [virtual protected]</tt>
+<h3 class=fn><a href="tqwidget.html">TQWidget</a>&nbsp;* <a name="beginUpdate"></a>TQDataTable::beginUpdate ( int&nbsp;row, int&nbsp;col, bool&nbsp;replace )<tt> [virtual protected]</tt>
</h3>
Protected virtual function called when editing is about to begin
on an existing row. If the table is read-only, or if there's no
@@ -421,7 +421,7 @@ unchanged.
<h3 class=fn>void <a name="handleError"></a>TQDataTable::handleError ( const&nbsp;<a href="tqsqlerror.html">TQSqlError</a>&nbsp;&amp;&nbsp;e )<tt> [virtual protected]</tt>
</h3>
Protected virtual function which is called when an error <em>e</em> has
-occurred on the current <a href="ntqwidget.html#cursor">cursor</a>(). The default implementation
+occurred on the current <a href="tqwidget.html#cursor">cursor</a>(). The default implementation
displays a warning message to the user with information about the
error.