summaryrefslogtreecommitdiffstats
path: root/doc/html/tqdatatable.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/tqdatatable.html
parent68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff)
downloadtqt-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.tar.gz
tqt-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.zip
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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.