summaryrefslogtreecommitdiffstats
path: root/src/gui/editors/notation/SystemFont.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-03-26 21:02:27 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-03-28 09:15:13 +0900
commit2dd4d59787dcca2aa6682c89b8a02ea392175c39 (patch)
treef571627574d8b679de5eddff8ac8d34775faf719 /src/gui/editors/notation/SystemFont.cpp
parent7393502aef6120e9a24805fb2215563cd49b96be (diff)
downloadrosegarden-2dd4d59787dcca2aa6682c89b8a02ea392175c39.tar.gz
rosegarden-2dd4d59787dcca2aa6682c89b8a02ea392175c39.zip
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/gui/editors/notation/SystemFont.cpp')
-rw-r--r--src/gui/editors/notation/SystemFont.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/editors/notation/SystemFont.cpp b/src/gui/editors/notation/SystemFont.cpp
index 0eb3ab4..602ebb2 100644
--- a/src/gui/editors/notation/SystemFont.cpp
+++ b/src/gui/editors/notation/SystemFont.cpp
@@ -135,8 +135,8 @@ qfont:
// The TQt documentation says:
//
// bool TQFontInfo::exactMatch() const
- // Returns TRUE if the matched window system font is exactly the
- // same as the one specified by the font; otherwise returns FALSE.
+ // Returns true if the matched window system font is exactly the
+ // same as the one specified by the font; otherwise returns false.
//
// My arse. I specify "feta", I get "Verdana", and exactMatch
// returns true. Uh huh.