diff options
Diffstat (limited to 'src/xmlpatterns/parser/qxslttokenizer_p.h')
-rw-r--r-- | src/xmlpatterns/parser/qxslttokenizer_p.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xmlpatterns/parser/qxslttokenizer_p.h b/src/xmlpatterns/parser/qxslttokenizer_p.h index e835f22..2112f52 100644 --- a/src/xmlpatterns/parser/qxslttokenizer_p.h +++ b/src/xmlpatterns/parser/qxslttokenizer_p.h @@ -75,7 +75,7 @@ namespace QPatternist * could append to that, instead of instansiating a SingleTokenContainer * all the time. * - * @author Frans Englich <fenglich@trolltech.com> + * @author Frans Englich <frans.englich@nokia.com> */ class SingleTokenContainer : public TokenSource { @@ -107,7 +107,7 @@ namespace QPatternist * XQuery code, slightly extended to handle the featuress specific to * XSL-T. * - * @author Frans Englich <fenglich@trolltech.com> + * @author Frans Englich <frans.englich@nokia.com> */ class XSLTTokenizer : public Tokenizer , private MaintainingReader<XSLTTokenLookup> |