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/CMakeLists.txt | |
parent | c56660aff3294f6b61ed9d2861f0fc520b5c8efe (diff) | |
download | tdelibs-b7658a0d5eca24a9d37c6e04f88298ef02389db0.tar.gz tdelibs-b7658a0d5eca24a9d37c6e04f88298ef02389db0.zip |
Fix FTBFS resulting from KCModule rename
Diffstat (limited to 'kio/CMakeLists.txt')
-rw-r--r-- | kio/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 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} ) |