summaryrefslogtreecommitdiffstats
path: root/src/tdeio_locate.cpp
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 19:58:31 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 19:58:31 +0200
commit7b4e49e1a69712dcb2943a15660f92ea3655233c (patch)
tree27276564d4895b312118ef7224e2d0b16822cfe2 /src/tdeio_locate.cpp
parent704ef6982dc25952f1dde89ee6d26e5091ef83f2 (diff)
downloadtdeio-locate-7b4e49e1a69712dcb2943a15660f92ea3655233c.tar.gz
tdeio-locate-7b4e49e1a69712dcb2943a15660f92ea3655233c.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'src/tdeio_locate.cpp')
-rw-r--r--src/tdeio_locate.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tdeio_locate.cpp b/src/tdeio_locate.cpp
index 107e737..cedca4a 100644
--- a/src/tdeio_locate.cpp
+++ b/src/tdeio_locate.cpp
@@ -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 *
@@ -299,7 +299,7 @@ int LocateProtocol::getCollapseDirectoryThreshold() const
/////////////////////////////////////////////////////////////////////
-// KIO STUFF
+// TDEIO STUFF
void LocateProtocol::setUrl(const KURL& url)
{
@@ -348,7 +348,7 @@ void LocateProtocol::get(const KURL& url)
if (m_locater.binaryExists()) {
error(TDEIO::ERR_IS_DIRECTORY, TQString());
} else {
- TQString html = i18n("<h1>\"%1\" could not be started.</h1><p>Please note that kio-locate can't be used on its own. You need an additional program for doing searches. Typically this is the command line tool <i>locate</i> that can be found in many distributions by default. You can check if the correct tool is used by looking at the <a href=\"locater:config\">setting</a> \"Locate Binary\".<p>Besides the mentioned tool <i>locate</i>, kio-locate can use any tool that uses the same syntax. In particular, it was reported to work with <i>slocate</i> and <i>rlocate</i>.").arg(m_locater.binary());
+ TQString html = i18n("<h1>\"%1\" could not be started.</h1><p>Please note that tdeio-locate can't be used on its own. You need an additional program for doing searches. Typically this is the command line tool <i>locate</i> that can be found in many distributions by default. You can check if the correct tool is used by looking at the <a href=\"locater:config\">setting</a> \"Locate Binary\".<p>Besides the mentioned tool <i>locate</i>, tdeio-locate can use any tool that uses the same syntax. In particular, it was reported to work with <i>slocate</i> and <i>rlocate</i>.").arg(m_locater.binary());
outputHtml(html);
}
} else if (isConfigRequest()) {
@@ -771,7 +771,7 @@ void LocateProtocol::configRequest()
KDialogBase::IconList,
KDialogBase::Default|KDialogBase::Ok|KDialogBase::Cancel|KDialogBase::Help,
KDialogBase::Ok, true);
- dialog->setCaption(i18n("Configure - kio-locate"));
+ dialog->setCaption(i18n("Configure - tdeio-locate"));
dialog->setIcon(SmallIcon("find"));
dialog->addPage(new KLocateConfigWidget(), i18n("General"), "package_settings");