diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:58:31 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:58:31 +0200 |
commit | 7b4e49e1a69712dcb2943a15660f92ea3655233c (patch) | |
tree | 27276564d4895b312118ef7224e2d0b16822cfe2 /src/tdeio_locate.h | |
parent | 704ef6982dc25952f1dde89ee6d26e5091ef83f2 (diff) | |
download | tdeio-locate-7b4e49e1a69712dcb2943a15660f92ea3655233c.tar.gz tdeio-locate-7b4e49e1a69712dcb2943a15660f92ea3655233c.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'src/tdeio_locate.h')
-rw-r--r-- | src/tdeio_locate.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/tdeio_locate.h b/src/tdeio_locate.h index 926e7f4..0afcf03 100644 --- a/src/tdeio_locate.h +++ b/src/tdeio_locate.h @@ -1,5 +1,5 @@ /*************************************************************************** - * kio-locate: KDE I/O Slave for the locate command * + * tdeio-locate: KDE I/O Slave for the locate command * * * * Copyright (C) 2005 by Tobi Vollebregt * * tobivollebregt@gmail.com * @@ -26,14 +26,14 @@ /** * \mainpage KDE I/O Slave for the locate command * - * \section intro_sec What is kio-locate? - * kio-locate is a KDE I/O Slave for the locate command. - * <p>This means that you can use kio-locate by simply typing in konquerors + * \section intro_sec What is tdeio-locate? + * tdeio-locate is a KDE I/O Slave for the locate command. + * <p>This means that you can use tdeio-locate by simply typing in konquerors * address box. You can e.g. type "locate:index.html" to find all files that * contain "index.html" in their name. - * <p>There's even more: You can use kio-locate in all TDE applications, that + * <p>There's even more: You can use tdeio-locate in all TDE applications, that * accept URLs. - * <p>To find out more about kio-locate and to look for new versions, you + * <p>To find out more about tdeio-locate and to look for new versions, you * should take a look at * <a href="http://arminstraub.de/browse.php?page=programs_kiolocate"> * arminstraub.de</a>. @@ -223,7 +223,7 @@ class LocateProtocol : public TQObject, public TDEIO::SlaveBase /** - * Internally used class to represent a hit as kio-locate will + * Internally used class to represent a hit as tdeio-locate will * report. * * This may either be a path as given by locate or a directory @@ -242,7 +242,7 @@ class LocateItem /** - * Internally used class to represent a directory while kio-locate + * Internally used class to represent a directory while tdeio-locate * gathers data from locate. * * Each directory has a list of files found in just that directory |