summaryrefslogtreecommitdiffstats
path: root/src/xml/qxml.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-28 22:31:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-28 22:31:39 -0600
commit41bb408dde90e755b07cd2ab8a9bdec7548c84b0 (patch)
tree6d4d5407c000add30aa78630e009c0e5d633e440 /src/xml/qxml.cpp
parent1740cd279522c060e738bbbffacab83355d2b794 (diff)
downloadtqt3-41bb408dde90e755b07cd2ab8a9bdec7548c84b0.tar.gz
tqt3-41bb408dde90e755b07cd2ab8a9bdec7548c84b0.zip
Automated conversion from qt3
Diffstat (limited to 'src/xml/qxml.cpp')
-rw-r--r--src/xml/qxml.cpp96
1 files changed, 48 insertions, 48 deletions
diff --git a/src/xml/qxml.cpp b/src/xml/qxml.cpp
index ccc3498d7..f57920e62 100644
--- a/src/xml/qxml.cpp
+++ b/src/xml/qxml.cpp
@@ -2725,7 +2725,7 @@ bool TQXmlSimpleReader::feature( const TQString& name, bool *ok ) const
} else if ( name == "http://trolltech.com/xml/features/report-start-end-entity" ) {
return d->reportEntities;
} else {
- qWarning( "Unknown feature %s", name.latin1() );
+ tqWarning( "Unknown feature %s", name.latin1() );
if ( ok != 0 )
*ok = FALSE;
}
@@ -2783,7 +2783,7 @@ void TQXmlSimpleReader::setFeature( const TQString& name, bool value )
} else if ( name == "http://trolltech.com/xml/features/report-start-end-entity" ) {
d->reportEntities = value;
} else {
- qWarning( "Unknown feature %s", name.latin1() );
+ tqWarning( "Unknown feature %s", name.latin1() );
}
}
@@ -3182,14 +3182,14 @@ bool TQXmlSimpleReader::parseProlog()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: parseProlog (cont) in state %d", state );
+ tqDebug( "TQXmlSimpleReader: parseProlog (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &TQXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "TQXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {
@@ -3370,14 +3370,14 @@ bool TQXmlSimpleReader::parseElement()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: parseElement (cont) in state %d", state );
+ tqDebug( "TQXmlSimpleReader: parseElement (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &TQXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "TQXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {
@@ -3734,14 +3734,14 @@ bool TQXmlSimpleReader::parseContent()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: parseContent (cont) in state %d", state );
+ tqDebug( "TQXmlSimpleReader: parseContent (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &TQXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "TQXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {
@@ -4035,14 +4035,14 @@ bool TQXmlSimpleReader::parseMisc()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: parseMisc (cont) in state %d", state );
+ tqDebug( "TQXmlSimpleReader: parseMisc (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &TQXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "TQXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {
@@ -4189,14 +4189,14 @@ bool TQXmlSimpleReader::parsePI()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: parsePI (cont) in state %d", state );
+ tqDebug( "TQXmlSimpleReader: parsePI (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &TQXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "TQXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {
@@ -4418,14 +4418,14 @@ bool TQXmlSimpleReader::parseDoctype()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: parseDoctype (cont) in state %d", state );
+ tqDebug( "TQXmlSimpleReader: parseDoctype (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &TQXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "TQXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {
@@ -4620,14 +4620,14 @@ bool TQXmlSimpleReader::parseExternalID()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: parseExternalID (cont) in state %d", state );
+ tqDebug( "TQXmlSimpleReader: parseExternalID (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &TQXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "TQXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {
@@ -4781,14 +4781,14 @@ bool TQXmlSimpleReader::parseMarkupdecl()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: parseMarkupdecl (cont) in state %d", state );
+ tqDebug( "TQXmlSimpleReader: parseMarkupdecl (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &TQXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "TQXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {
@@ -4938,14 +4938,14 @@ bool TQXmlSimpleReader::parsePEReference()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: parsePEReference (cont) in state %d", state );
+ tqDebug( "TQXmlSimpleReader: parsePEReference (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &TQXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "TQXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {
@@ -5110,14 +5110,14 @@ bool TQXmlSimpleReader::parseAttlistDecl()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: parseAttlistDecl (cont) in state %d", state );
+ tqDebug( "TQXmlSimpleReader: parseAttlistDecl (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &TQXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "TQXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {
@@ -5325,14 +5325,14 @@ bool TQXmlSimpleReader::parseAttType()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: parseAttType (cont) in state %d", state );
+ tqDebug( "TQXmlSimpleReader: parseAttType (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &TQXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "TQXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {
@@ -5545,14 +5545,14 @@ bool TQXmlSimpleReader::parseAttValue()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: parseAttValue (cont) in state %d", state );
+ tqDebug( "TQXmlSimpleReader: parseAttValue (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &TQXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "TQXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {
@@ -5686,14 +5686,14 @@ bool TQXmlSimpleReader::parseElementDecl()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: parseElementDecl (cont) in state %d", state );
+ tqDebug( "TQXmlSimpleReader: parseElementDecl (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &TQXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "TQXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {
@@ -5894,14 +5894,14 @@ bool TQXmlSimpleReader::parseNotationDecl()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: parseNotationDecl (cont) in state %d", state );
+ tqDebug( "TQXmlSimpleReader: parseNotationDecl (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &TQXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "TQXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {
@@ -6037,14 +6037,14 @@ bool TQXmlSimpleReader::parseChoiceSeq()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: parseChoiceSeq (cont) in state %d", state );
+ tqDebug( "TQXmlSimpleReader: parseChoiceSeq (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &TQXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "TQXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {
@@ -6201,14 +6201,14 @@ bool TQXmlSimpleReader::parseEntityDecl()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: parseEntityDecl (cont) in state %d", state );
+ tqDebug( "TQXmlSimpleReader: parseEntityDecl (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &TQXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "TQXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {
@@ -6469,14 +6469,14 @@ bool TQXmlSimpleReader::parseEntityValue()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: parseEntityValue (cont) in state %d", state );
+ tqDebug( "TQXmlSimpleReader: parseEntityValue (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &TQXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "TQXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {
@@ -6587,14 +6587,14 @@ bool TQXmlSimpleReader::parseComment()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: parseComment (cont) in state %d", state );
+ tqDebug( "TQXmlSimpleReader: parseComment (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &TQXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "TQXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {
@@ -6698,14 +6698,14 @@ bool TQXmlSimpleReader::parseAttribute()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: parseAttribute (cont) in state %d", state );
+ tqDebug( "TQXmlSimpleReader: parseAttribute (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &TQXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "TQXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {
@@ -6804,14 +6804,14 @@ bool TQXmlSimpleReader::parseName()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: parseName (cont) in state %d", state );
+ tqDebug( "TQXmlSimpleReader: parseName (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &TQXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "TQXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {
@@ -6889,14 +6889,14 @@ bool TQXmlSimpleReader::parseNmtoken()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: parseNmtoken (cont) in state %d", state );
+ tqDebug( "TQXmlSimpleReader: parseNmtoken (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &TQXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "TQXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {
@@ -6997,14 +6997,14 @@ bool TQXmlSimpleReader::parseReference()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: parseReference (cont) in state %d", state );
+ tqDebug( "TQXmlSimpleReader: parseReference (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &TQXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "TQXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {
@@ -7324,14 +7324,14 @@ bool TQXmlSimpleReader::parseString()
} else {
state = d->parseStack->pop().state;
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: parseString (cont) in state %d", state );
+ tqDebug( "TQXmlSimpleReader: parseString (cont) in state %d", state );
#endif
if ( !d->parseStack->isEmpty() ) {
ParseFunction function = d->parseStack->top().function;
if ( function == &TQXmlSimpleReader::eat_ws ) {
d->parseStack->pop();
#if defined(QT_QXML_DEBUG)
- qDebug( "TQXmlSimpleReader: eat_ws (cont)" );
+ tqDebug( "TQXmlSimpleReader: eat_ws (cont)" );
#endif
}
if ( !(this->*function)() ) {