summaryrefslogtreecommitdiffstats
path: root/lib/kofficecore/tests/kodomtest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kofficecore/tests/kodomtest.cpp')
-rw-r--r--lib/kofficecore/tests/kodomtest.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/kofficecore/tests/kodomtest.cpp b/lib/kofficecore/tests/kodomtest.cpp
index 14cae56e..f4f197a3 100644
--- a/lib/kofficecore/tests/kodomtest.cpp
+++ b/lib/kofficecore/tests/kodomtest.cpp
@@ -25,7 +25,7 @@
//static void debugElemNS( const TQDomElement& elem )
//{
-// qDebug( "nodeName=%s tagName=%s localName=%s prefix=%s namespaceURI=%s", elem.nodeName().latin1(), elem.tagName().latin1(), elem.localName().latin1(), elem.prefix().latin1(), elem.namespaceURI().latin1() );
+// tqDebug( "nodeName=%s tagName=%s localName=%s prefix=%s namespaceURI=%s", elem.nodeName().latin1(), elem.tagName().latin1(), elem.localName().latin1(), elem.prefix().latin1(), elem.namespaceURI().latin1() );
//}
void testTQDom( const TQDomDocument& doc )
@@ -61,7 +61,7 @@ void testTQDom( const TQDomDocument& doc )
assert( e.namespaceURI() == KoXmlNS::text );
}
- qDebug("testTQDom... ok");
+ tqDebug("testTQDom... ok");
}
void testKoDom( const TQDomDocument& doc )
@@ -100,10 +100,10 @@ void testKoDom( const TQDomDocument& doc )
// Attributes
// ### TQt bug: it doesn't work if using style-name instead of text:style-name in the XML
const TQString styleName = p.attributeNS( KoXmlNS::text, "style-name", TQString() );
- qDebug( "%s", styleName.latin1() );
+ tqDebug( "%s", styleName.latin1() );
assert( styleName == "L1" );
- qDebug("testKoDom... ok");
+ tqDebug("testKoDom... ok");
}
int main( int argc, char** argv ) {