summaryrefslogtreecommitdiffstats
path: root/kate/make/plugin_katemake.h
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/plugin_katemake.h
parent6fe537d6dff11f4c638c51ed1f652765b63f8591 (diff)
downloadtdeaddons-71049a71c6648791e95cf421b19047415a2c4c84.tar.gz
tdeaddons-71049a71c6648791e95cf421b19047415a2c4c84.zip
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'kate/make/plugin_katemake.h')
-rw-r--r--kate/make/plugin_katemake.h2
1 files changed, 1 insertions, 1 deletions
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
{