summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqtable.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqtable.html')
-rw-r--r--doc/html/ntqtable.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/ntqtable.html b/doc/html/ntqtable.html
index a49d68afd..c47a87dc2 100644
--- a/doc/html/ntqtable.html
+++ b/doc/html/ntqtable.html
@@ -537,7 +537,7 @@ Removes the widget (if there is one) set for the cell at <em>row</em>,
<p> If you don't use <a href="qtableitem.html">TQTableItem</a>s you may need to reimplement this
function: see the <a href="ntqtable.html#notes-on-large-tables">notes on large tables</a>.
<p> This function deletes the widget at <em>row</em>, <em>col</em>. Note that the
-widget is not deleted immediately; instead <a href="ntqobject.html#deleteLater">TQObject::deleteLater</a>()
+widget is not deleted immediately; instead <a href="tqobject.html#deleteLater">TQObject::deleteLater</a>()
is called on the widget to avoid problems with timing issues.
<p> <p>See also <a href="#cellWidget">cellWidget</a>() and <a href="#setCellWidget">setCellWidget</a>().