summaryrefslogtreecommitdiffstats
path: root/quanta/src
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/src')
-rw-r--r--quanta/src/quanta.cpp2
-rw-r--r--quanta/src/quanta_init.cpp6
2 files changed, 4 insertions, 4 deletions
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);