diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 14:04:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-27 16:08:54 +0900 |
commit | 04913ce7a46fd027856e83a96205fdc388742a19 (patch) | |
tree | a04a117317c14854a6b91072658ba0eb3ad8b3fc /doc/html/ntqtooltip.html | |
parent | c11c0f228b65f7471a26513ef8dbde413e75f8fa (diff) | |
download | tqt3-04913ce7a46fd027856e83a96205fdc388742a19.tar.gz tqt3-04913ce7a46fd027856e83a96205fdc388742a19.zip |
Rename ntqobject*.h and qobject*.cpp to tqobject*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqtooltip.html')
-rw-r--r-- | doc/html/ntqtooltip.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/ntqtooltip.html b/doc/html/ntqtooltip.html index 5c1e8d385..f37673049 100644 --- a/doc/html/ntqtooltip.html +++ b/doc/html/ntqtooltip.html @@ -152,7 +152,7 @@ tool tips on regions that can move within the widget (most often because the widget's contents can scroll). <p> <em>widget</em> is the widget you want to add dynamic tool tips to and <em>group</em> (optional) is the tool tip group they should belong to. -<p> <b>Warning:</b> TQToolTip is not a subclass of <a href="ntqobject.html">TQObject</a>, so the instance of +<p> <b>Warning:</b> TQToolTip is not a subclass of <a href="tqobject.html">TQObject</a>, so the instance of TQToolTip is not deleted when <em>widget</em> is deleted. <p> <b>Warning:</b> If you delete the tool tip before you have deleted <em>widget</em> then you need to make sure you call <a href="#remove">remove</a>() yourself from |