From 80f849ebbb4bac48afd2bf50f0e8af2ffd9e4a65 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Wed, 15 Jan 2014 17:20:20 -0600 Subject: Finish renaming KFileReplace->TDEFileReplace and fix related Quanta Plus internal references. --- quanta/src/quanta.cpp | 2 +- quanta/src/quanta_init.cpp | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'quanta/src') diff --git a/quanta/src/quanta.cpp b/quanta/src/quanta.cpp index aa28dc4b..ff9d6705 100644 --- a/quanta/src/quanta.cpp +++ b/quanta/src/quanta.cpp @@ -695,7 +695,7 @@ void QuantaApp::slotFileQuit() void QuantaApp::slotEditFindInFiles() { - QuantaPlugin *fileReplacePlugin = m_pluginInterface->plugin("KFileReplace"); + QuantaPlugin *fileReplacePlugin = m_pluginInterface->plugin("TDEFileReplace"); if (fileReplacePlugin) fileReplacePlugin->run(); } diff --git a/quanta/src/quanta_init.cpp b/quanta/src/quanta_init.cpp index 49e1e057..c0bcf32e 100644 --- a/quanta/src/quanta_init.cpp +++ b/quanta/src/quanta_init.cpp @@ -1091,7 +1091,7 @@ void QuantaInit::initPlugins() TQT_TQOBJECT(m_quanta), TQT_SLOT(slotStatusMsg(const TQString & ))); m_quanta->m_pluginInterface->readConfig(); - if (!m_quanta->m_pluginInterface->pluginAvailable("KFileReplace")) + if (!m_quanta->m_pluginInterface->pluginAvailable("TDEFileReplace")) { delete m_quanta->actionCollection()->action("find_in_files"); } @@ -1420,8 +1420,8 @@ void QuantaInit::checkRuntimeDependencies() dependency.type = Dependency::Executable; dependencies.append(dependency); - dependency.name = "KFileReplace"; - dependency.execName = "KFileReplace"; + dependency.name = "TDEFileReplace"; + dependency.execName = "TDEFileReplace"; dependency.description = i18n("search and replace in files"); dependency.type = Dependency::Plugin; dependencies.append(dependency); -- cgit v1.2.1