diff options
Diffstat (limited to 'poxml/split.cpp')
-rw-r--r-- | poxml/split.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poxml/split.cpp b/poxml/split.cpp index db20f15f..29104d3e 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::tqfromLatin1("appended paragraph %1").tqarg(counter++); + mb.msgid = TQString::fromLatin1("appended paragraph %1").arg(counter++); mb.msgstr = (*tit).msgid; mb.lines += (*tit).lines; english.append(mb); |