summaryrefslogtreecommitdiffstats
path: root/doc/html/table.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/table.html')
-rw-r--r--doc/html/table.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/table.html b/doc/html/table.html
index 47393f373..7c16a7183 100644
--- a/doc/html/table.html
+++ b/doc/html/table.html
@@ -33,14 +33,14 @@ body { background: #ffffff; color: black; }
<p>
-<p> The table module provides a flexible and editable table widget, <a href="qtable.html">TQTable</a>. For many applications TQTables can be used directly and simply,
-providing a grid of editable cells. <a href="qtable.html">TQTable</a> can also be subclassed in a
+<p> The table module provides a flexible and editable table widget, <a href="ntqtable.html">TQTable</a>. For many applications TQTables can be used directly and simply,
+providing a grid of editable cells. <a href="ntqtable.html">TQTable</a> can also be subclassed in a
straightforward way to provide very large sparse tables, e.g. one
million by one million cells.
-<p> <a href="qtable.html"><img src="qtable.png" alt="Screenshot of TQTable"></a>
+<p> <a href="ntqtable.html"><img src="qtable.png" alt="Screenshot of TQTable"></a>
<p> The table module provides the following classes:
<ul>
-<li> <a href="qtable.html">TQTable</a> itself is the widget of choice whenever you need to
+<li> <a href="ntqtable.html">TQTable</a> itself is the widget of choice whenever you need to
provide your users with the ability to display and edit
tabular data such as spreadsheet or database data.
<li> <a href="qtableitem.html">TQTableItem</a> objects are used to populate a TQTable with data with
@@ -48,7 +48,7 @@ each table item holding the contents of a cell.
<li> The <a href="qcombotableitem.html">TQComboTableItem</a> class provides memory-efficient combobox items for TQTables.
<li> The <a href="qchecktableitem.html">TQCheckTableItem</a> class provides memory-efficient checkbox items for TQTables.
<li> <a href="qtableselection.html">TQTableSelection</a> provides access to selections of cells in a TQTable.
-<li> <a href="qheader.html">TQHeader</a> provides access to the table's horizontal header (column
+<li> <a href="ntqheader.html">TQHeader</a> provides access to the table's horizontal header (column
headers) and vertical header (row headers).
</ul>
<p> See the appropriate class documentation for details and refer to the