summaryrefslogtreecommitdiffstats
path: root/kate/xmlcheck
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:54:06 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:54:06 -0600
commit71049a71c6648791e95cf421b19047415a2c4c84 (patch)
tree4f75fdaee1cce5a44f58f1f54980099f50a82b10 /kate/xmlcheck
parent6fe537d6dff11f4c638c51ed1f652765b63f8591 (diff)
downloadtdeaddons-71049a71c6648791e95cf421b19047415a2c4c84.tar.gz
tdeaddons-71049a71c6648791e95cf421b19047415a2c4c84.zip
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'kate/xmlcheck')
-rw-r--r--kate/xmlcheck/plugin_katexmlcheck.cpp6
-rw-r--r--kate/xmlcheck/plugin_katexmlcheck.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/kate/xmlcheck/plugin_katexmlcheck.cpp b/kate/xmlcheck/plugin_katexmlcheck.cpp
index c5f3a7b..65a8b7c 100644
--- a/kate/xmlcheck/plugin_katexmlcheck.cpp
+++ b/kate/xmlcheck/plugin_katexmlcheck.cpp
@@ -45,10 +45,10 @@
#include <kdebug.h>
#include <kdockwidget.h>
#include <kinstance.h>
-#include <klocale.h>
-#include <kmessagebox.h>
+#include <tdelocale.h>
+#include <tdemessagebox.h>
#include <kstandarddirs.h>
-#include <ktempfile.h>
+#include <tdetempfile.h>
#include <kate/toolviewmanager.h>
#include <kgenericfactory.h>
diff --git a/kate/xmlcheck/plugin_katexmlcheck.h b/kate/xmlcheck/plugin_katexmlcheck.h
index e12a950..0fac0b9 100644
--- a/kate/xmlcheck/plugin_katexmlcheck.h
+++ b/kate/xmlcheck/plugin_katexmlcheck.h
@@ -39,7 +39,7 @@
#include <kdockwidget.h>
#include <kiconloader.h>
#include <kprocess.h>
-#include <ktempfile.h>
+#include <tdetempfile.h>
class PluginKateXMLCheckView : public TQListView, public KXMLGUIClient
{