summaryrefslogtreecommitdiffstats
path: root/src/kile/kiletoolmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kile/kiletoolmanager.cpp')
-rw-r--r--src/kile/kiletoolmanager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kile/kiletoolmanager.cpp b/src/kile/kiletoolmanager.cpp
index 089c06b..3f086bc 100644
--- a/src/kile/kiletoolmanager.cpp
+++ b/src/kile/kiletoolmanager.cpp
@@ -146,7 +146,7 @@ namespace KileTool
Base* pTool = m_factory->create(tool);
if (!pTool)
{
- m_log->printMsg(Error, i18n("Unknown tool %1.").tqarg(tool));
+ m_log->printMsg(Error, i18n("Unknown tool %1.").arg(tool));
return ConfigureFailed;
}
@@ -369,7 +369,7 @@ namespace KileTool
if ( ! retrieveEntryMap(tool->name(), map, true, true, cfg) )
{
- m_log->printMsg(Error, i18n("Cannot find the tool %1 in the configuration database.").tqarg(tool->name()));
+ m_log->printMsg(Error, i18n("Cannot find the tool %1 in the configuration database.").arg(tool->name()));
return false;
}