summaryrefslogtreecommitdiffstats
path: root/kfile-plugins
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 21:32:40 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 21:32:40 -0600
commitcbe6a4e28dbfe925a9a239a81822df9d97361f10 (patch)
tree8bebd61b70269a34b81b24df7f98edf9f60cefdb /kfile-plugins
parentc4631445b2fa7c1e206d305be97fa3ecc3f282a7 (diff)
downloadk3b-cbe6a4e28dbfe925a9a239a81822df9d97361f10.tar.gz
k3b-cbe6a4e28dbfe925a9a239a81822df9d97361f10.zip
Rename additional instances of KDE to TDE
Diffstat (limited to 'kfile-plugins')
-rw-r--r--kfile-plugins/k3bproject/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/kfile-plugins/k3bproject/Makefile.am b/kfile-plugins/k3bproject/Makefile.am
index 2586e19..d3f53d4 100644
--- a/kfile-plugins/k3bproject/Makefile.am
+++ b/kfile-plugins/k3bproject/Makefile.am
@@ -14,7 +14,7 @@ noinst_HEADERS = kfile_k3bprojectfileplugin.h
kde_module_LTLIBRARIES = kfile_k3b.la
kfile_k3b_la_SOURCES = kfile_k3bprojectfileplugin.cpp
-kfile_k3b_la_LDFLAGS = $(all_libraries) $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KIO) -module $(KDE_PLUGIN)
+kfile_k3b_la_LDFLAGS = $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KIO) -module $(KDE_PLUGIN)
kfile_k3b_la_LIBADD = $(LIB_KIO) ../../libk3b/libk3b.la ../../src/projects/kostore/libkostore.la
# let automoc handle all of the meta source files (moc)