From 7b4e49e1a69712dcb2943a15660f92ea3655233c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 3 Sep 2013 19:58:31 +0200 Subject: Additional k => tde renaming and fixes --- src/tdeio_locate.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/tdeio_locate.cpp') 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("

\"%1\" could not be started.

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 locate that can be found in many distributions by default. You can check if the correct tool is used by looking at the setting \"Locate Binary\".

Besides the mentioned tool locate, kio-locate can use any tool that uses the same syntax. In particular, it was reported to work with slocate and rlocate.").arg(m_locater.binary()); + TQString html = i18n("

\"%1\" could not be started.

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 locate that can be found in many distributions by default. You can check if the correct tool is used by looking at the setting \"Locate Binary\".

Besides the mentioned tool locate, tdeio-locate can use any tool that uses the same syntax. In particular, it was reported to work with slocate and rlocate.").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"); -- cgit v1.2.1