diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 16:27:34 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 16:27:34 -0600 |
commit | b7658a0d5eca24a9d37c6e04f88298ef02389db0 (patch) | |
tree | 6e9804ffbdc330c3ddb5799e19d84562cd019e5e /kio | |
parent | c56660aff3294f6b61ed9d2861f0fc520b5c8efe (diff) | |
download | tdelibs-b7658a0d5eca24a9d37c6e04f88298ef02389db0.tar.gz tdelibs-b7658a0d5eca24a9d37c6e04f88298ef02389db0.zip |
Fix FTBFS resulting from KCModule rename
Diffstat (limited to 'kio')
-rw-r--r-- | kio/CMakeLists.txt | 2 | ||||
-rw-r--r-- | kio/Makefile.am | 2 | ||||
-rw-r--r-- | kio/tdecmodule.desktop (renamed from kio/kcmodule.desktop) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/kio/CMakeLists.txt b/kio/CMakeLists.txt index c89f33e99..3bd4ba8b7 100644 --- a/kio/CMakeLists.txt +++ b/kio/CMakeLists.txt @@ -41,7 +41,7 @@ install( FILES magic DESTINATION ${MIME_INSTALL_DIR} ) install( FILES application.desktop kurifilterplugin.desktop kcomprfilter.desktop kscan.desktop kdatatool.desktop - kfileplugin.desktop kcmodule.desktop + kfileplugin.desktop tdecmodule.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} ) install( FILES kioslave.upd DESTINATION ${KCONF_UPDATE_INSTALL_DIR} ) diff --git a/kio/Makefile.am b/kio/Makefile.am index 4a28986ef..b639d43df 100644 --- a/kio/Makefile.am +++ b/kio/Makefile.am @@ -37,7 +37,7 @@ libkio_la_LIBADD = kssl/libkssl.la kio/libkiocore.la \ kde_mime_DATA = magic kde_servicetypes_DATA = application.desktop kurifilterplugin.desktop \ kcomprfilter.desktop kscan.desktop kdatatool.desktop \ - kfileplugin.desktop kcmodule.desktop + kfileplugin.desktop tdecmodule.desktop EXTRA_DIST = $(kde_mime_DATA) diff --git a/kio/kcmodule.desktop b/kio/tdecmodule.desktop index 5cbe9b786..5cbe9b786 100644 --- a/kio/kcmodule.desktop +++ b/kio/tdecmodule.desktop |