diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-20 22:39:19 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-20 22:39:19 +0900 |
| commit | e91a27dff0360a98759364751ac727a4741ed51b (patch) | |
| tree | 1d73f4c6ee69454bf77425dad0d765e31075d19c /kttsd/filters/xmltransformer | |
| parent | 89e1a9e8915c65c5cbdc34497e6c3be75dcd1d23 (diff) | |
| download | tdeaccessibility-master.tar.gz tdeaccessibility-master.zip | |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kttsd/filters/xmltransformer')
| -rw-r--r-- | kttsd/filters/xmltransformer/xmltransformerproc.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kttsd/filters/xmltransformer/xmltransformerproc.cpp b/kttsd/filters/xmltransformer/xmltransformerproc.cpp index f1b0b2d..abcf173 100644 --- a/kttsd/filters/xmltransformer/xmltransformerproc.cpp +++ b/kttsd/filters/xmltransformer/xmltransformerproc.cpp @@ -26,7 +26,6 @@ #include <tqregexp.h> // KDE includes. -#include <tdeversion.h> #include <tdeconfig.h> #include <tdetempfile.h> #include <tdestandarddirs.h> @@ -230,9 +229,7 @@ bool XmlTransformerProc::init(TDEConfig* config, const TQString& configGroup) text.replace(TQRegExp("&(?!amp;)"),"&"); *wstream << text; inFile.close(); -#if TDE_VERSION >= TDE_MAKE_VERSION (3,3,0) inFile.sync(); -#endif // Get a temporary output file name. KTempFile outFile(locateLocal("tmp", "kttsd-"), ".output"); |
