summaryrefslogtreecommitdiffstats
path: root/kttsd/filters/xmltransformer
diff options
context:
space:
mode:
Diffstat (limited to 'kttsd/filters/xmltransformer')
-rw-r--r--kttsd/filters/xmltransformer/xmltransformerconf.cpp2
-rw-r--r--kttsd/filters/xmltransformer/xmltransformerproc.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kttsd/filters/xmltransformer/xmltransformerconf.cpp b/kttsd/filters/xmltransformer/xmltransformerconf.cpp
index 766e97c..ab45284 100644
--- a/kttsd/filters/xmltransformer/xmltransformerconf.cpp
+++ b/kttsd/filters/xmltransformer/xmltransformerconf.cpp
@@ -26,7 +26,7 @@
#include <tqlayout.h>
// KDE includes.
-#include <klocale.h>
+#include <tdelocale.h>
#include <klineedit.h>
#include <tdeconfig.h>
#include <kdialog.h>
diff --git a/kttsd/filters/xmltransformer/xmltransformerproc.cpp b/kttsd/filters/xmltransformer/xmltransformerproc.cpp
index 9105983..9a48f9c 100644
--- a/kttsd/filters/xmltransformer/xmltransformerproc.cpp
+++ b/kttsd/filters/xmltransformer/xmltransformerproc.cpp
@@ -28,7 +28,7 @@
// KDE includes.
#include <tdeversion.h>
#include <tdeconfig.h>
-#include <ktempfile.h>
+#include <tdetempfile.h>
#include <kstandarddirs.h>
#include <kprocess.h>
#include <kdebug.h>