diff options
Diffstat (limited to 'src/tdeio_locate.cpp')
-rw-r--r-- | src/tdeio_locate.cpp | 8 |
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"); |