diff options
Diffstat (limited to 'doc/man/man3/tqiconfactory.3qt')
| -rw-r--r-- | doc/man/man3/tqiconfactory.3qt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqiconfactory.3qt b/doc/man/man3/tqiconfactory.3qt index 56b83a7c9..b406a1b97 100644 --- a/doc/man/man3/tqiconfactory.3qt +++ b/doc/man/man3/tqiconfactory.3qt @@ -43,7 +43,7 @@ The QIconFactory class is used to create pixmaps for a QIconSet. .PP By reimplementing createPixmap(), you can override QIconSet's default algorithm for computing pixmaps not supplied by the user. .PP -Call setAutoDelete(TRUE) if you want the factory to automatically delete itself when it is no longer needed by QIconSet. +Call setAutoDelete(true) if you want the factory to automatically delete itself when it is no longer needed by QIconSet. .PP See also QIconSet and Advanced Widgets. .SH MEMBER FUNCTION DOCUMENTATION @@ -52,7 +52,7 @@ Constructs an icon factory. .SH "QIconFactory::~QIconFactory ()\fC [virtual]\fR" Destroys the object and frees any allocated resources. .SH "bool QIconFactory::autoDelete () const" -Returns TRUE if auto-deletion is enabled; otherwise returns FALSE. +Returns true if auto-deletion is enabled; otherwise returns false. .PP See also setAutoDelete(). .SH "QPixmap * QIconFactory::createPixmap ( const QIconSet & iconSet, QIconSet::Size size, QIconSet::Mode mode, QIconSet::State state )\fC [virtual]\fR" @@ -68,7 +68,7 @@ See also installDefaultFactory(). .SH "void QIconFactory::installDefaultFactory ( QIconFactory * factory )\fC [static]\fR" Replaces the default icon factory with \fIfactory\fR. .SH "void QIconFactory::setAutoDelete ( bool autoDelete )" -If \fIautoDelete\fR is TRUE, sets the icon factory to automatically delete itself when it is no longer referenced by any QIconSet and isn't the default factory. If \fIautoDelete\fR is FALSE (the default) auto-deletion is disabled. +If \fIautoDelete\fR is true, sets the icon factory to automatically delete itself when it is no longer referenced by any QIconSet and isn't the default factory. If \fIautoDelete\fR is false (the default) auto-deletion is disabled. .PP See also autoDelete() and defaultFactory(). |
