summaryrefslogtreecommitdiffstats
path: root/src/xmlpatterns/functions/qaccessorfns_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlpatterns/functions/qaccessorfns_p.h')
-rw-r--r--src/xmlpatterns/functions/qaccessorfns_p.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/xmlpatterns/functions/qaccessorfns_p.h b/src/xmlpatterns/functions/qaccessorfns_p.h
index babbac9d0b..8851a797aa 100644
--- a/src/xmlpatterns/functions/qaccessorfns_p.h
+++ b/src/xmlpatterns/functions/qaccessorfns_p.h
@@ -73,7 +73,7 @@ namespace QPatternist
* @short Implements the function <tt>fn:node-name()</tt>.
*
* @ingroup Patternist_functions
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class NodeNameFN : public FunctionCall
{
@@ -85,7 +85,7 @@ namespace QPatternist
* @short Implements the function <tt>fn:nilled()</tt>.
*
* @ingroup Patternist_functions
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class NilledFN : public FunctionCall
{
@@ -97,7 +97,7 @@ namespace QPatternist
* @short Implements the function <tt>fn:string()</tt>.
*
* @ingroup Patternist_functions
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class StringFN : public FunctionCall
{
@@ -110,7 +110,7 @@ namespace QPatternist
/**
* @short Implements the function <tt>fn:base-uri()</tt>.
*
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class BaseURIFN : public FunctionCall
{
@@ -122,7 +122,7 @@ namespace QPatternist
* @short Implements the function <tt>fn:document-uri()</tt>.
*
* @ingroup Patternist_functions
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class DocumentURIFN : public FunctionCall
{