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 --- src/xml/qdom.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xml/qdom.cpp') diff --git a/src/xml/qdom.cpp b/src/xml/qdom.cpp index c83f27e..524c638 100644 --- a/src/xml/qdom.cpp +++ b/src/xml/qdom.cpp @@ -3686,7 +3686,7 @@ static QString encodeAttr( const QString& str ) i += 4; } else if (!isXmlChar(tmp[(int)i])) { QString repl = "&#x" + QString::number(tmp[(int)i].unicode(), 16) + ';'; - tqWarning("QDom: saving invalid character %s, the document will not be well-formed", repl.latin1()); + qWarning("QDom: saving invalid character %s, the document will not be well-formed", repl.latin1()); tmp.replace(i, 1, repl); len += repl.length() - 1; i += repl.length(); @@ -4651,7 +4651,7 @@ QDomNodePrivate* QDomTextPrivate::cloneNode( bool deep) QDomTextPrivate* QDomTextPrivate::splitText( int offset ) { if ( !parent() ) { - tqWarning( "QDomText::splitText The node has no parent. So I can not split" ); + qWarning( "QDomText::splitText The node has no parent. So I can not split" ); return 0; } -- cgit v1.2.3