diff options
Diffstat (limited to 'doc/man/man3/tqimagedrag.3qt')
| -rw-r--r-- | doc/man/man3/tqimagedrag.3qt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqimagedrag.3qt b/doc/man/man3/tqimagedrag.3qt index 30d3953ec..64729c221 100644 --- a/doc/man/man3/tqimagedrag.3qt +++ b/doc/man/man3/tqimagedrag.3qt @@ -56,13 +56,13 @@ Constructs a default image drag object. \fIdragSource\fR must be the drag source .SH "TQImageDrag::~TQImageDrag ()" Destroys the image drag object and frees up all allocated resources. .SH "bool TQImageDrag::canDecode ( const TQMimeSource * e )\fC [static]\fR" -Returns TRUE if the information in mime source \fIe\fR can be decoded into an image; otherwise returns FALSE. +Returns true if the information in mime source \fIe\fR can be decoded into an image; otherwise returns false. .PP See also decode(). .PP Example: desktop/desktop.cpp. .SH "bool TQImageDrag::decode ( const TQMimeSource * e, TQImage & img )\fC [static]\fR" -Attempts to decode the dropped information in mime source \fIe\fR into \fIimg\fR. Returns TRUE if successful; otherwise returns FALSE. +Attempts to decode the dropped information in mime source \fIe\fR into \fIimg\fR. Returns true if successful; otherwise returns false. .PP See also canDecode(). .PP @@ -70,7 +70,7 @@ Example: desktop/desktop.cpp. .SH "bool TQImageDrag::decode ( const TQMimeSource * e, TQPixmap & pm )\fC [static]\fR" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP -Attempts to decode the dropped information in mime source \fIe\fR into pixmap \fIpm\fR. Returns TRUE if successful; otherwise returns FALSE. +Attempts to decode the dropped information in mime source \fIe\fR into pixmap \fIpm\fR. Returns true if successful; otherwise returns false. .PP This is a convenience function that converts to a TQPixmap via a TQImage. .PP |
