summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqiconview.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:00:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:00:12 +0900
commit8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (patch)
tree3427fe04e3116ccbd16fa98e57abd5d118f82353 /doc/html/ntqiconview.html
parent0881ed5059c46ce73e8241e6260b82b92f6d0e55 (diff)
downloadtqt-8c029298.tar.gz
tqt-8c029298.zip
Rename image nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqiconview.html')
-rw-r--r--doc/html/ntqiconview.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/ntqiconview.html b/doc/html/ntqiconview.html
index b1d6f5b48..9aa536a61 100644
--- a/doc/html/ntqiconview.html
+++ b/doc/html/ntqiconview.html
@@ -274,7 +274,7 @@ subclass TQIconView and reimplement <a href="#dragObject">TQIconView::dragObject
<p> In this example we create a <a href="qtextdrag.html">TQTextDrag</a> object, (derived from
<a href="ntqdragobject.html">TQDragObject</a>), containing the item's label and return it as the drag
-object. We could just as easily have created a <a href="qimagedrag.html">TQImageDrag</a> from the
+object. We could just as easily have created a <a href="tqimagedrag.html">TQImageDrag</a> from the
item's pixmap and returned that instead.
<p> TQIconViews and their TQIconViewItems can also be the targets of drag
and drops. To make the TQIconView itself able to accept drops connect