summaryrefslogtreecommitdiffstats
path: root/kate/interfaces
diff options
context:
space:
mode:
Diffstat (limited to 'kate/interfaces')
-rw-r--r--kate/interfaces/Makefile.am2
-rw-r--r--kate/interfaces/plugin.cpp2
-rw-r--r--kate/interfaces/plugin.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/kate/interfaces/Makefile.am b/kate/interfaces/Makefile.am
index a832c7515..96bef52db 100644
--- a/kate/interfaces/Makefile.am
+++ b/kate/interfaces/Makefile.am
@@ -6,7 +6,7 @@ libkateinterfacesprivate_la_SOURCES = application.cpp mainwindow.cpp documentman
pluginmanager.cpp plugin.cpp pluginconfiginterface.cpp pluginconfiginterfaceextension.cpp
libkateinterfacesprivate_la_LIBADD = -lkatepartinterfaces
-libkateinterfacesprivate_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
+libkateinterfacesprivate_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
kateinclude_HEADERS = application.h documentmanager.h mainwindow.h plugin.h viewmanager.h pluginconfiginterface.h pluginconfiginterfaceextension.h toolviewmanager.h pluginmanager.h
kateincludedir = $(includedir)/kate
diff --git a/kate/interfaces/plugin.cpp b/kate/interfaces/plugin.cpp
index b57d4bac0..d68724549 100644
--- a/kate/interfaces/plugin.cpp
+++ b/kate/interfaces/plugin.cpp
@@ -21,7 +21,7 @@
#include "plugin.h"
#include "plugin.moc"
-#include <kparts/componentfactory.h>
+#include <tdeparts/componentfactory.h>
namespace Kate
{
diff --git a/kate/interfaces/plugin.h b/kate/interfaces/plugin.h
index 42803db7c..00932c5ff 100644
--- a/kate/interfaces/plugin.h
+++ b/kate/interfaces/plugin.h
@@ -56,7 +56,7 @@ KDE_EXPORT Plugin *createPlugin ( const char* libname, Application *application
/*
* view plugin class
- * this plugin will be bound to a ktexteditor::view
+ * this plugin will be bound to a tdetexteditor::view
*/
class KDE_EXPORT PluginViewInterface
{