summaryrefslogtreecommitdiffstats
path: root/libkdchart/KDChart.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-03-28 12:43:24 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-04-02 09:12:11 +0900
commitdadec5db2e0816d60fce98ca30da1b008dd05b4c (patch)
tree0c02c77b79bcfd9c6f98cc5bb6596935dfcfb0bb /libkdchart/KDChart.cpp
parentcde62dc2652ece3f25d6ab50f3a66cd78f7f10da (diff)
downloadkmymoney-dadec5db2e0816d60fce98ca30da1b008dd05b4c.tar.gz
kmymoney-dadec5db2e0816d60fce98ca30da1b008dd05b4c.zip
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8ea77e27d61983f4ca5fe73d627fc000712abe9d)
Diffstat (limited to 'libkdchart/KDChart.cpp')
-rw-r--r--libkdchart/KDChart.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libkdchart/KDChart.cpp b/libkdchart/KDChart.cpp
index e52e0a4..d61012e 100644
--- a/libkdchart/KDChart.cpp
+++ b/libkdchart/KDChart.cpp
@@ -265,7 +265,7 @@ void KDChart::paint( TQPainter* painter,
const TQRect* rect,
bool mustCalculateGeometry )
{
-//tqDebug("KDChart::paint() mustCalculateGeometry: "+TQString(mustCalculateGeometry?"TRUE":"FALSE") );
+//tqDebug("KDChart::paint() mustCalculateGeometry: "+TQString(mustCalculateGeometry?"true":"false") );
#if defined KDAB_EVAL
EvalDialog::checkEvalLicense( "KD Chart" );
#endif
@@ -351,7 +351,7 @@ void KDChart::paint( TQPainter* painter,
like the paint() method described above but additionally
it takes care for the output mode flag: Before painting is
started the internal optimizeOutputForScreen flag is set
- to FALSE and after painting is done it is restored to
+ to false and after painting is done it is restored to
it's previous value.
\sa paint