diff options
Diffstat (limited to 'libkdchart/KDChartPropertySet.cpp')
-rw-r--r-- | libkdchart/KDChartPropertySet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkdchart/KDChartPropertySet.cpp b/libkdchart/KDChartPropertySet.cpp index 247a918..f2b65ac 100644 --- a/libkdchart/KDChartPropertySet.cpp +++ b/libkdchart/KDChartPropertySet.cpp @@ -371,7 +371,7 @@ bool KDChartPropertySet::loadXML( const TQDomElement& element, KDChartPropertySe set.mExtraMarkersStyle = KDChartParams::stringToLineMarkerStyle( element.attribute( "Style" ) ); } else { - qDebug( "Unknown subelement of KDChartPropertySet found: %s", tagName.latin1() ); + tqDebug( "Unknown subelement of KDChartPropertySet found: %s", tagName.latin1() ); } } node = node.nextSibling(); |