summaryrefslogtreecommitdiffstats
path: root/libkdchart/KDChartParams_io.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libkdchart/KDChartParams_io.cpp')
-rw-r--r--libkdchart/KDChartParams_io.cpp2
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" );
}
/**