summaryrefslogtreecommitdiffstats
path: root/doc/i18n.doc
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-02-28 22:31:39 -0600
committerTimothy Pearson <[email protected]>2012-02-28 22:31:39 -0600
commit41bb408dde90e755b07cd2ab8a9bdec7548c84b0 (patch)
tree6d4d5407c000add30aa78630e009c0e5d633e440 /doc/i18n.doc
parent1740cd279522c060e738bbbffacab83355d2b794 (diff)
downloadtqt3-41bb408dde90e755b07cd2ab8a9bdec7548c84b0.tar.gz
tqt3-41bb408dde90e755b07cd2ab8a9bdec7548c84b0.zip
Automated conversion from qt3
Diffstat (limited to 'doc/i18n.doc')
-rw-r--r--doc/i18n.doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/i18n.doc b/doc/i18n.doc
index d10a4f309..77a0046b8 100644
--- a/doc/i18n.doc
+++ b/doc/i18n.doc
@@ -297,8 +297,8 @@ example:
QString s1 = "%1 of %2 files copied. Copying: %3";
QString s2 = "Kopierer nu %3. Av totalt %2 filer er %1 kopiert.";
- qDebug( s1.arg(5).arg(10).arg("somefile.txt").ascii() );
- qDebug( s2.arg(5).arg(10).arg("somefile.txt").ascii() );
+ tqDebug( s1.arg(5).arg(10).arg("somefile.txt").ascii() );
+ tqDebug( s2.arg(5).arg(10).arg("somefile.txt").ascii() );
\endcode
produces the correct output in English and Norwegian: