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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kofficecore/tests/kodomtest.cpp b/lib/kofficecore/tests/kodomtest.cpp
index f4f197a38..ef9c60793 100644
--- a/lib/kofficecore/tests/kodomtest.cpp
+++ b/lib/kofficecore/tests/kodomtest.cpp
@@ -119,8 +119,8 @@ int main( int argc, char** argv ) {
"</o:document-content>\n";
TQDomDocument doc;
//TQXmlSimpleReader reader;
- //reader.setFeature( "http://xml.org/sax/features/namespaces", TRUE );
- //reader.setFeature( "http://xml.org/sax/features/namespace-prefixes", FALSE );
+ //reader.setFeature( "http://xml.org/sax/features/namespaces", true );
+ //reader.setFeature( "http://xml.org/sax/features/namespace-prefixes", false );
bool ok = doc.setContent( xml, true /* namespace processing */ );
assert( ok );