diff options
Diffstat (limited to 'quanta/src/quanta_init.cpp')
-rw-r--r-- | quanta/src/quanta_init.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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); |