summaryrefslogtreecommitdiffstats
path: root/tests/testcategories.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testcategories.cc')
-rw-r--r--tests/testcategories.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testcategories.cc b/tests/testcategories.cc
index 674fa5b..a29a307 100644
--- a/tests/testcategories.cc
+++ b/tests/testcategories.cc
@@ -53,7 +53,7 @@ TQStringList categories( const PilotAppInfoBase *appinfo )
TQString cat = appinfo->categoryName(i);
if (!cat.isEmpty())
{
- TQString s = CSL1("(%1:%2)").arg(i).arg(cat);
+ TQString s = CSL1("(%1:%2)").tqarg(i).tqarg(cat);
cats.append(s);
}
}