summaryrefslogtreecommitdiffstats
path: root/poxml/split.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'poxml/split.cpp')
-rw-r--r--poxml/split.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/poxml/split.cpp b/poxml/split.cpp
index 29104d3e..db20f15f 100644
--- a/poxml/split.cpp
+++ b/poxml/split.cpp
@@ -112,7 +112,7 @@ int main( int argc, char **argv )
while (tit != translated.end())
{
MsgBlock mb;
- mb.msgid = TQString::fromLatin1("appended paragraph %1").arg(counter++);
+ mb.msgid = TQString::tqfromLatin1("appended paragraph %1").tqarg(counter++);
mb.msgstr = (*tit).msgid;
mb.lines += (*tit).lines;
english.append(mb);