From 9a75b154bf0732aa3a501b6e31e566e06c5f8a31 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 2 Mar 2012 02:11:59 -0600 Subject: Undo prior accidental commit --- doc/i18n.doc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/i18n.doc') diff --git a/doc/i18n.doc b/doc/i18n.doc index e13dd49..02bb195 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."; - tqDebug( s1.arg(5).arg(10).arg("somefile.txt").ascii() ); - tqDebug( s2.arg(5).arg(10).arg("somefile.txt").ascii() ); + qDebug( s1.arg(5).arg(10).arg("somefile.txt").ascii() ); + qDebug( s2.arg(5).arg(10).arg("somefile.txt").ascii() ); \endcode produces the correct output in English and Norwegian: -- cgit v1.2.3