diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-19 11:59:34 -0600 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-06-20 05:10:18 +0200 |
commit | 611a40e79abddb288f87ac74632a34e4f9566726 (patch) | |
tree | c3adf37b7dd277eb4f7c8d462aed3f17670c8264 /poxml/split.cpp | |
parent | 5fcaf38922885bbb138ba17ff7d2e9ec9ad0c0c2 (diff) | |
download | tdesdk-611a40e79abddb288f87ac74632a34e4f9566726.tar.gz tdesdk-611a40e79abddb288f87ac74632a34e4f9566726.zip |
Remove additional unneeded tq method conversions
(cherry picked from commit f78838f2f736acc2b235d8b680f3379a07a6d372)
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 54217aa2..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::fromLatin1("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); |