summaryrefslogtreecommitdiffstats
path: root/src/tools/c18/c18.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/c18/c18.cpp')
-rw-r--r--src/tools/c18/c18.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/c18/c18.cpp b/src/tools/c18/c18.cpp
index 8f23cb1..5c2b725 100644
--- a/src/tools/c18/c18.cpp
+++ b/src/tools/c18/c18.cpp
@@ -82,5 +82,5 @@ Tool::Group::BaseData C18::Group::baseFactory(Tool::Category category) const
TQString C18::Group::informationText() const
{
- return i18n("<qt><a href=\"%1\">C18</a> is a C compiler distributed by Microchip.</qt>").arg("http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en010014&part=SW006011");
+ return i18n("<qt><a href=\"%1\">C18</a> is a C compiler distributed by Microchip.</qt>").tqarg("http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en010014&part=SW006011");
}