summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqmimesource.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqmimesource.3qt')
-rw-r--r--doc/man/man3/tqmimesource.3qt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/tqmimesource.3qt b/doc/man/man3/tqmimesource.3qt
index 9875ef041..2092c7859 100644
--- a/doc/man/man3/tqmimesource.3qt
+++ b/doc/man/man3/tqmimesource.3qt
@@ -58,7 +58,7 @@ Returns the \fIi\fR-th supported MIME format, or 0.
.PP
Reimplemented in TQDropEvent.
.SH "bool TQMimeSource::provides ( const char * mimeType ) const\fC [virtual]\fR"
-Returns TRUE if the object can provide the data in format \fImimeType\fR; otherwise returns FALSE.
+Returns true if the object can provide the data in format \fImimeType\fR; otherwise returns false.
.PP
If you inherit from TQMimeSource, for consistency reasons it is better to implement the more abstract canDecode() functions such as TQTextDrag::canDecode() and TQImageDrag::canDecode().
.PP