summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-25 14:54:20 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-24 03:54:17 +0200
commit270db7fea6cc045f7fd3d485686a779ea6afc4b7 (patch)
tree5715edec8e1ba46d2e5603a1394e8f0c79d76348
parentce2ed7d45b6c595ee6b3f1092c2b256d69a0d430 (diff)
downloadtdeio-locate-270db7fea6cc045f7fd3d485686a779ea6afc4b7.tar.gz
tdeio-locate-270db7fea6cc045f7fd3d485686a779ea6afc4b7.zip
Fix typo
(cherry picked from commit 8719390974b02299bafe61880f31193a53c1a5d9)
-rw-r--r--src/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 9ebb1d6..e2a1ab8 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -31,7 +31,7 @@ install( FILES rlocate.protocol DESTINATION ${SERVICES_INSTALL_DIR} )
install( FILES locate.desktop DESTINATION ${SERVICES_INSTALL_DIR}/searchproviders )
-##### kbzip2filter ##############################
+##### kio_locate ##############################
set( target kio_locate )
@@ -44,4 +44,4 @@ tde_add_kpart( ${target} AUTOMOC
SOURCES ${${target}_SRCS}
LINK kio-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
-) \ No newline at end of file
+)