diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-28 12:43:24 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-04-02 09:11:52 +0900 |
| commit | 8ea77e27d61983f4ca5fe73d627fc000712abe9d (patch) | |
| tree | cafa43f82df7f4d74ca7af4af92219c52e253a49 /libkdchart/KDChartParams_io.cpp | |
| parent | a88e14ff2d3e94667afef9f7534ac87e14d8ba21 (diff) | |
| download | kmymoney-8ea77e27d61983f4ca5fe73d627fc000712abe9d.tar.gz kmymoney-8ea77e27d61983f4ca5fe73d627fc000712abe9d.zip | |
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'libkdchart/KDChartParams_io.cpp')
| -rw-r--r-- | libkdchart/KDChartParams_io.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkdchart/KDChartParams_io.cpp b/libkdchart/KDChartParams_io.cpp index 3b2ff57..96a250f 100644 --- a/libkdchart/KDChartParams_io.cpp +++ b/libkdchart/KDChartParams_io.cpp @@ -2318,7 +2318,7 @@ void dataCoordToElementAttr(const TQVariant& val, TQDomElement& element, const T element.setAttribute( "DateTimeValue"+postfix, val.toDateTime().toString( TQt::ISODate ) ); else - element.setAttribute( "NoValue"+postfix, "true" ); + element.setAttribute( "NoValue"+postfix, "TRUE" ); } /** |
