diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 16:12:19 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 16:12:19 -0600 |
commit | 44c26994c9087200cf941f08df9f77b553a1365e (patch) | |
tree | d44f6b84c9218232ee50a929258431c9eadbc99d /lanbrowsing/kio_lan/CMakeLists.txt | |
parent | 1334b51442f51913f8d8f1e908674bb20a7ab415 (diff) | |
download | tdenetwork-44c26994c9087200cf941f08df9f77b553a1365e.tar.gz tdenetwork-44c26994c9087200cf941f08df9f77b553a1365e.zip |
Rename kioslaves
Diffstat (limited to 'lanbrowsing/kio_lan/CMakeLists.txt')
-rw-r--r-- | lanbrowsing/kio_lan/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lanbrowsing/kio_lan/CMakeLists.txt b/lanbrowsing/kio_lan/CMakeLists.txt index d2fb242f..50794770 100644 --- a/lanbrowsing/kio_lan/CMakeLists.txt +++ b/lanbrowsing/kio_lan/CMakeLists.txt @@ -39,10 +39,10 @@ install( FILES DESTINATION ${DATA_INSTALL_DIR}/konqsidebartng/virtual_folders/services ) -##### kio_lan (module) ########################## +##### tdeio_lan (module) ########################## -tde_add_kpart( kio_lan - SOURCES kio_lan.cpp +tde_add_kpart( tdeio_lan + SOURCES tdeio_lan.cpp LINK tdeio-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) |