diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-31 13:38:31 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-31 13:43:03 +0900 |
| commit | 6e4a70d41a2636ce99a1da7b6827ac5685ed3186 (patch) | |
| tree | b029ebf1d5be6d1ac0ee361e7bfb68a7dbed0eec /doc/man/man3/tqiconfactory.3qt | |
| parent | 81ade129093a279e6537db25710583fd2bba9427 (diff) | |
| download | tqt-6e4a70d41a2636ce99a1da7b6827ac5685ed3186.tar.gz tqt-6e4a70d41a2636ce99a1da7b6827ac5685ed3186.zip | |
Replace TRUE/FALSE with boolean values true/false - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked and manually edited from commit 6dd781c483eea56f51ae0eff47d857976b5d0f0d)
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(). |
