summaryrefslogtreecommitdiffstats
path: root/kate/make
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/make
parent6fe537d6dff11f4c638c51ed1f652765b63f8591 (diff)
downloadtdeaddons-71049a71c6648791e95cf421b19047415a2c4c84.tar.gz
tdeaddons-71049a71c6648791e95cf421b19047415a2c4c84.zip
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'kate/make')
-rw-r--r--kate/make/plugin_katemake.cpp4
-rw-r--r--kate/make/plugin_katemake.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/kate/make/plugin_katemake.cpp b/kate/make/plugin_katemake.cpp
index 3bf75e7..c9fdc86 100644
--- a/kate/make/plugin_katemake.cpp
+++ b/kate/make/plugin_katemake.cpp
@@ -45,8 +45,8 @@
#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 <kpassivepopup.h>
#include <klineedit.h>
diff --git a/kate/make/plugin_katemake.h b/kate/make/plugin_katemake.h
index cdc9399..e63b27b 100644
--- a/kate/make/plugin_katemake.h
+++ b/kate/make/plugin_katemake.h
@@ -46,7 +46,7 @@ class TQRegExp;
#include <kdockwidget.h>
#include <kiconloader.h>
#include <kprocess.h>
-#include <ktempfile.h>
+#include <tdetempfile.h>
class PluginKateMakeView : public TQListView, public KXMLGUIClient
{