diff options
author | Timothy Pearson <[email protected]> | 2011-11-06 21:47:32 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-06 21:47:32 -0600 |
commit | 7cb24f16beba124f021091c4b7bcf8565a06fb95 (patch) | |
tree | 966c56d322d59439374c65c06803bdca34b00af5 /kioslaves/mbox | |
parent | dbb49d72f7a1bc5c4b7312219cae8491cc571def (diff) | |
download | tdepim-7cb24f16beba124f021091c4b7bcf8565a06fb95.tar.gz tdepim-7cb24f16beba124f021091c4b7bcf8565a06fb95.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'kioslaves/mbox')
-rw-r--r-- | kioslaves/mbox/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kioslaves/mbox/Makefile.am b/kioslaves/mbox/Makefile.am index 13e370f44..0fc505249 100644 --- a/kioslaves/mbox/Makefile.am +++ b/kioslaves/mbox/Makefile.am @@ -12,7 +12,7 @@ kio_mbox_la_SOURCES = \ readmbox.cc \ stat.cc \ urlinfo.cc -kio_mbox_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_KDECORE) +kio_mbox_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_TDECORE) kio_mbox_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -module $(KDE_PLUGIN) noinst_HEADERS = \ |