diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 13:06:00 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 13:06:00 +0900 |
commit | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (patch) | |
tree | 16062922d35b5e0153b9f866e440f36603bd4f55 /doc/man/man3/tqimage.3qt | |
parent | 7552c6d73043b1040139033f6864db48ae5446cf (diff) | |
download | tqt-628b0bb74c3fc327efff8add9c73ada04b1cbea2.tar.gz tqt-628b0bb74c3fc327efff8add9c73ada04b1cbea2.zip |
Rename drag-n-drop nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqimage.3qt')
-rw-r--r-- | doc/man/man3/tqimage.3qt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/tqimage.3qt b/doc/man/man3/tqimage.3qt index 5d6dcf2bc..2057a1b87 100644 --- a/doc/man/man3/tqimage.3qt +++ b/doc/man/man3/tqimage.3qt @@ -619,7 +619,7 @@ See also invertPixels(), depth(), hasAlphaBuffer(), and create(). .SH "TQImage TQImage::fromMimeSource ( const TQString & abs_name )\fC [static]\fR" Convenience function. Gets the data associated with the absolute name \fIabs_name\fR from the default mime source factory and decodes it to an image. .PP -See also QMimeSourceFactory, TQImage::fromMimeSource(), and TQImageDrag::decode(). +See also TQMimeSourceFactory, TQImage::fromMimeSource(), and TQImageDrag::decode(). .SH "bool TQImage::hasAlphaBuffer () const" Returns TRUE if alpha buffer mode is enabled; otherwise returns FALSE. .PP |