summaryrefslogtreecommitdiffstats
path: root/kpilot/kpilotConfig.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kpilot/kpilotConfig.cc')
-rw-r--r--kpilot/kpilotConfig.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/kpilot/kpilotConfig.cc b/kpilot/kpilotConfig.cc
index 4c96258..ec7bd80 100644
--- a/kpilot/kpilotConfig.cc
+++ b/kpilot/kpilotConfig.cc
@@ -163,7 +163,7 @@ void KPilotConfig::addFlagsChangedDatabase(TQString db)
s += i18n("The configuration file is outdated.");
s += ' ';
s += i18n("The configuration file has version %1, while KPilot "
- "needs version %2.").tqarg(fileversion).tqarg(ConfigurationVersion);
+ "needs version %2.").arg(fileversion).arg(ConfigurationVersion);
if (run)
{
s += ' ';
@@ -234,7 +234,7 @@ static void update440()
const char **s = oldconduits;
while (*s)
{
- TQString libname = CSL1("trinity/lib%1conduit.so").tqarg(TQString::tqfromLatin1(*s));
+ TQString libname = CSL1("trinity/lib%1conduit.so").arg(TQString::fromLatin1(*s));
TQString foundlib = ::locate("lib",libname);
if (!foundlib.isEmpty())
{
@@ -270,7 +270,7 @@ static void update443()
{
if ((*i).length()==4)
{
- fixSkip.append(CSL1("[%1]").tqarg(*i));
+ fixSkip.append(CSL1("[%1]").arg(*i));
fixedSome = true;
}
else