diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-05 13:45:55 +0900 | 
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-05 13:45:55 +0900 | 
| commit | c45ec5d9bde729f8a40f2e59c886c629d2e43a93 (patch) | |
| tree | d65c76a0596fc0cd45b43dcf5a402fd1977fa2bc /libkdchart/KDXMLTools.cpp | |
| parent | a3a44b5daea0e8674401be3b8b9f15bccd64520d (diff) | |
| download | kmymoney-c45ec5d9bde729f8a40f2e59c886c629d2e43a93.tar.gz kmymoney-c45ec5d9bde729f8a40f2e59c886c629d2e43a93.zip | |
Drop use of COMPAT_TQT_VERSION define
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'libkdchart/KDXMLTools.cpp')
| -rw-r--r-- | libkdchart/KDXMLTools.cpp | 8 | 
1 files changed, 0 insertions, 8 deletions
| diff --git a/libkdchart/KDXMLTools.cpp b/libkdchart/KDXMLTools.cpp index 4450fd3..7ccecb2 100644 --- a/libkdchart/KDXMLTools.cpp +++ b/libkdchart/KDXMLTools.cpp @@ -227,10 +227,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      } @@ -619,10 +615,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; | 
