summaryrefslogtreecommitdiffstats
path: root/kchart/kdchart/KDXMLTools.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kchart/kdchart/KDXMLTools.cpp')
-rw-r--r--kchart/kdchart/KDXMLTools.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/kchart/kdchart/KDXMLTools.cpp b/kchart/kdchart/KDXMLTools.cpp
index d0060ef39..0d3e199f4 100644
--- a/kchart/kdchart/KDXMLTools.cpp
+++ b/kchart/kdchart/KDXMLTools.cpp
@@ -222,10 +222,6 @@ namespace KDXML {
createIntNode( doc, fontElement, "PointSize", font.pointSize() );
createIntNode( doc, fontElement, "Weight", font.weight() );
createBoolNode( doc, fontElement, "Italic", font.italic() );
-#if COMPAT_TQT_VERSION < 0x030000
- // TQt 3 handles the charset internally.
- createIntNode( doc, fontElement, "CharSet", font.charSet() );
-#endif
}
@@ -614,10 +610,6 @@ namespace KDXML {
font.setPointSize( pointSize );
font.setWeight( weight );
font.setItalic( italic );
-#if COMPAT_TQT_VERSION < 0x030000
- // TQt 3 handles charsets internally.
- font.setCharSet( (TQFont::CharSet)charSet );
-#endif
}
return ok;