From bd87b2af9dde0633e56a792665cdec7a9675da95 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 25 Nov 2012 14:05:14 -0600 Subject: Automated update from Qt3 --- doc/html/ntqvariant.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/ntqvariant.html') diff --git a/doc/html/ntqvariant.html b/doc/html/ntqvariant.html index b07fde3ec..450099a82 100644 --- a/doc/html/ntqvariant.html +++ b/doc/html/ntqvariant.html @@ -215,7 +215,7 @@ return a reference to the new contents of the variant. TQDataStream in(...); // (opening the previously written stream) in >> v; // Reads an Int variant int z = v.toInt(); // z = 123 - qDebug("Type is %s", // prints "Type is int" + tqDebug("Type is %s", // prints "Type is int" v.typeName()); v.asInt() += 100; // The variant now hold the value 223. v = TQVariant( TQStringList() ); -- cgit v1.2.1