diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:16:20 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:16:20 -0600 |
commit | dc6b76cac424bdf8b3cffb4ae82f3954d8acdba5 (patch) | |
tree | 4ebcd3dac0133d8d3fa880bbf83692c305b7350d /kate/interfaces | |
parent | 1a9478c6e1b77b05814af8fa02cd563a5da8946b (diff) | |
download | tdebase-dc6b76cac424bdf8b3cffb4ae82f3954d8acdba5.tar.gz tdebase-dc6b76cac424bdf8b3cffb4ae82f3954d8acdba5.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kate/interfaces')
-rw-r--r-- | kate/interfaces/Makefile.am | 2 | ||||
-rw-r--r-- | kate/interfaces/plugin.cpp | 2 | ||||
-rw-r--r-- | kate/interfaces/plugin.h | 2 |
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 { |