summaryrefslogtreecommitdiffstats
path: root/doc/html/qwindowsmime.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qwindowsmime.html')
-rw-r--r--doc/html/qwindowsmime.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qwindowsmime.html b/doc/html/qwindowsmime.html
index 537ef6188..ed53d68b5 100644
--- a/doc/html/qwindowsmime.html
+++ b/doc/html/qwindowsmime.html
@@ -110,8 +110,8 @@ Returns a list of all currently defined TQWindowsMime objects.
<h3 class=fn>bool <a name="canConvert"></a>TQWindowsMime::canConvert ( const&nbsp;char&nbsp;*&nbsp;mime, int&nbsp;cf )<tt> [pure virtual]</tt>
</h3>
-<p> Returns TRUE if the convertor can convert (both ways) between
-<em>mime</em> and <em>cf</em>; otherwise returns FALSE.
+<p> Returns true if the convertor can convert (both ways) between
+<em>mime</em> and <em>cf</em>; otherwise returns false.
<p> All subclasses must reimplement this pure virtual function.
<h3 class=fn>int <a name="cf"></a>TQWindowsMime::cf ( int&nbsp;index )<tt> [pure virtual]</tt>