summaryrefslogtreecommitdiffstats
path: root/tdefile-plugins
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 20:03:01 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 21:02:21 +0200
commit5cc26ceed345bb95cb1defab204b631cb79319de (patch)
tree9c80b1750fe99cb93f51a1724a6f32daa53f30fe /tdefile-plugins
parent412ffbefddef8bfe1c454bd9c275e13fd8319ca1 (diff)
downloadtdesdk-5cc26ceed345bb95cb1defab204b631cb79319de.tar.gz
tdesdk-5cc26ceed345bb95cb1defab204b631cb79319de.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'tdefile-plugins')
-rw-r--r--tdefile-plugins/c++/Makefile.am2
-rw-r--r--tdefile-plugins/diff/Makefile.am2
-rw-r--r--tdefile-plugins/ts/Makefile.am2
3 files changed, 3 insertions, 3 deletions
diff --git a/tdefile-plugins/c++/Makefile.am b/tdefile-plugins/c++/Makefile.am
index f74cf59e..461dff9e 100644
--- a/tdefile-plugins/c++/Makefile.am
+++ b/tdefile-plugins/c++/Makefile.am
@@ -10,7 +10,7 @@ kde_module_LTLIBRARIES = tdefile_cpp.la
tdefile_cpp_la_SOURCES = tdefile_cpp.cpp
tdefile_cpp_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
-tdefile_cpp_la_LIBADD = $(LIB_KIO)
+tdefile_cpp_la_LIBADD = $(LIB_TDEIO)
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
diff --git a/tdefile-plugins/diff/Makefile.am b/tdefile-plugins/diff/Makefile.am
index 5e9b087f..fb1f393f 100644
--- a/tdefile-plugins/diff/Makefile.am
+++ b/tdefile-plugins/diff/Makefile.am
@@ -10,7 +10,7 @@ kde_module_LTLIBRARIES = tdefile_diff.la
tdefile_diff_la_SOURCES = tdefile_diff.cpp
tdefile_diff_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
-tdefile_diff_la_LIBADD = $(LIB_KSYCOCA)
+tdefile_diff_la_LIBADD = $(LIB_TDESYCOCA)
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
diff --git a/tdefile-plugins/ts/Makefile.am b/tdefile-plugins/ts/Makefile.am
index bb46c13c..034b8fbd 100644
--- a/tdefile-plugins/ts/Makefile.am
+++ b/tdefile-plugins/ts/Makefile.am
@@ -9,7 +9,7 @@ kde_module_LTLIBRARIES = tdefile_ts.la
tdefile_ts_la_SOURCES = tdefile_ts.cpp
tdefile_ts_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
-tdefile_ts_la_LIBADD = $(LIB_KIO)
+tdefile_ts_la_LIBADD = $(LIB_TDEIO)
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO