summaryrefslogtreecommitdiffstats
path: root/doc/html/qmimesource.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/qmimesource.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/qmimesource.html')
-rw-r--r--doc/html/qmimesource.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qmimesource.html b/doc/html/qmimesource.html
index fb6fe2923..eec22c61b 100644
--- a/doc/html/qmimesource.html
+++ b/doc/html/qmimesource.html
@@ -87,7 +87,7 @@ format.
Returns TRUE if the object can provide the data in format <em>mimeType</em>; otherwise returns FALSE.
<p> If you inherit from TQMimeSource, for consistency reasons it is
better to implement the more abstract canDecode() functions such
-as <a href="qtextdrag.html#canDecode">TQTextDrag::canDecode</a>() and <a href="qimagedrag.html#canDecode">TQImageDrag::canDecode</a>().
+as <a href="qtextdrag.html#canDecode">TQTextDrag::canDecode</a>() and <a href="tqimagedrag.html#canDecode">TQImageDrag::canDecode</a>().
<p>Example: <a href="simple_dd-example.html#x2825">iconview/simple_dd/main.cpp</a>.
<p>Reimplemented in <a href="qdropevent.html#provides">TQDropEvent</a>.