diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-04-07 16:34:47 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-04-07 18:26:20 +0900 |
| commit | 0599e57edd9b4998aa99b0a14f4d83c2b9390b29 (patch) | |
| tree | 0f9cf5d922e8c354348e50872fe00aa6ee9136cf /kooka | |
| parent | 063aaff4032126e6e0685865142dea3102a6eff7 (diff) | |
| download | tdegraphics-0599e57e.tar.gz tdegraphics-0599e57e.zip | |
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c7c1795c817c1f7b89046c6d9f24379143f0bf6b)
Diffstat (limited to 'kooka')
| -rw-r--r-- | kooka/kadmosocr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kooka/kadmosocr.h b/kooka/kadmosocr.h index be525728..874acc6a 100644 --- a/kooka/kadmosocr.h +++ b/kooka/kadmosocr.h @@ -103,12 +103,12 @@ namespace Kadmos { void analyseLine(int, TQPixmap* ); /** Enable/disable noise reduction - @param TRUE(enable)/FALSE(disable) noise reduction + @param true(enable)/false(disable) noise reduction */ void SetNoiseReduction(bool bNoiseReduction); /** Enable/disable scaling (size normalization) - @param TRUE(enable)/FALSE(disable) scaling (size normalization) + @param true(enable)/false(disable) scaling (size normalization) */ void SetScaling(bool bScaling); |
