diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:00:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:00:12 +0900 |
commit | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (patch) | |
tree | 3427fe04e3116ccbd16fa98e57abd5d118f82353 /doc/html/qwindowsmime.html | |
parent | 0881ed5059c46ce73e8241e6260b82b92f6d0e55 (diff) | |
download | tqt3-8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde.tar.gz tqt3-8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde.zip |
Rename image nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qwindowsmime.html')
-rw-r--r-- | doc/html/qwindowsmime.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qwindowsmime.html b/doc/html/qwindowsmime.html index b47810182..42e354dc8 100644 --- a/doc/html/qwindowsmime.html +++ b/doc/html/qwindowsmime.html @@ -77,8 +77,8 @@ and supported by <a href="qtextdrag.html">TQTextDrag</a>. <li> CF_TEXT - converted to "text/plain;charset=system" or "text/plain" and supported by TQTextDrag. <li> CF_DIB - converted to "image/*", where * is -a <a href="ntqimage.html#outputFormats">TQt image format</a>, -and supported by <a href="qimagedrag.html">TQImageDrag</a>. +a <a href="tqimage.html#outputFormats">TQt image format</a>, +and supported by <a href="tqimagedrag.html">TQImageDrag</a>. <li> CF_HDROP - converted to "text/uri-list", and supported by <a href="quridrag.html">TQUriDrag</a>. </ul> |