summaryrefslogtreecommitdiffstats
path: root/kate/filetemplates/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'kate/filetemplates/plugin')
-rw-r--r--kate/filetemplates/plugin/Makefile.am2
-rw-r--r--kate/filetemplates/plugin/filetemplates.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kate/filetemplates/plugin/Makefile.am b/kate/filetemplates/plugin/Makefile.am
index 7963916..826ca4b 100644
--- a/kate/filetemplates/plugin/Makefile.am
+++ b/kate/filetemplates/plugin/Makefile.am
@@ -9,7 +9,7 @@ subdirs=src templates
kde_module_LTLIBRARIES = katefiletemplates.la
katefiletemplates_la_SOURCES = filetemplates.cpp
-katefiletemplates_la_LIBADD = -lkateinterfaces -lktexteditor $(LIB_KNEWSTUFF)
+katefiletemplates_la_LIBADD = -lkateinterfaces -ltdetexteditor $(LIB_KNEWSTUFF)
katefiletemplates_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
pluginsdir = $(kde_datadir)/kate/plugins/katefiletemplates
diff --git a/kate/filetemplates/plugin/filetemplates.cpp b/kate/filetemplates/plugin/filetemplates.cpp
index e1c35be..0be3393 100644
--- a/kate/filetemplates/plugin/filetemplates.cpp
+++ b/kate/filetemplates/plugin/filetemplates.cpp
@@ -67,7 +67,7 @@
#include <stdlib.h>
#include <kdebug.h>
-#include <ktexteditor/templateinterface.h>
+#include <tdetexteditor/templateinterface.h>
//END Includes
//BEGIN plugin + factory stuff