summaryrefslogtreecommitdiffstats
path: root/src/kernel/tqimageformatplugin.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-08 15:17:51 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-08 19:38:03 +0900
commit7d612f7c91d55501276a385a30dbadb121e7bd9f (patch)
tree4c6f1546e16db32779dfbf5c9e107b938faee6bb /src/kernel/tqimageformatplugin.cpp
parent5a863a8932d14b99c5f838c4efa1618070d71b29 (diff)
downloadtqt-7d612f7c91d55501276a385a30dbadb121e7bd9f.tar.gz
tqt-7d612f7c91d55501276a385a30dbadb121e7bd9f.zip
Replace TRUE/FALSE with boolean values true/false - part 8HEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kernel/tqimageformatplugin.cpp')
-rw-r--r--src/kernel/tqimageformatplugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/tqimageformatplugin.cpp b/src/kernel/tqimageformatplugin.cpp
index ad9057d2c..c7da8581d 100644
--- a/src/kernel/tqimageformatplugin.cpp
+++ b/src/kernel/tqimageformatplugin.cpp
@@ -168,7 +168,7 @@ bool TQImageFormatPlugin::loadImage( const TQString &format, const TQString &fil
Q_UNUSED( format )
Q_UNUSED( filename )
Q_UNUSED( image )
- return FALSE;
+ return false;
}
/*! \internal
@@ -178,7 +178,7 @@ bool TQImageFormatPlugin::saveImage( const TQString &format, const TQString &fil
Q_UNUSED( format )
Q_UNUSED( filename )
Q_UNUSED( image )
- return FALSE;
+ return false;
}
#endif // TQT_NO_IMAGEFORMATPLUGIN