summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqtable.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-23 14:04:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-27 16:08:54 +0900
commit04913ce7a46fd027856e83a96205fdc388742a19 (patch)
treea04a117317c14854a6b91072658ba0eb3ad8b3fc /doc/html/ntqtable.html
parentc11c0f228b65f7471a26513ef8dbde413e75f8fa (diff)
downloadtqt-04913ce7.tar.gz
tqt-04913ce7.zip
Rename ntqobject*.h and qobject*.cpp to tqobject*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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>().