summaryrefslogtreecommitdiffstats
path: root/kchart/kdchart/KDChart.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kchart/kdchart/KDChart.cpp')
-rw-r--r--kchart/kdchart/KDChart.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kchart/kdchart/KDChart.cpp b/kchart/kdchart/KDChart.cpp
index eb85bf2ea..7c2690cb5 100644
--- a/kchart/kdchart/KDChart.cpp
+++ b/kchart/kdchart/KDChart.cpp
@@ -260,7 +260,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
@@ -346,7 +346,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