summaryrefslogtreecommitdiffstats
path: root/src/xmlpatterns/type
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlpatterns/type')
-rw-r--r--src/xmlpatterns/type/qabstractnodetest_p.h2
-rw-r--r--src/xmlpatterns/type/qanyitemtype_p.h2
-rw-r--r--src/xmlpatterns/type/qanynodetype_p.h2
-rw-r--r--src/xmlpatterns/type/qanysimpletype_p.h2
-rw-r--r--src/xmlpatterns/type/qanytype_p.h2
-rw-r--r--src/xmlpatterns/type/qatomiccasterlocator_p.h2
-rw-r--r--src/xmlpatterns/type/qatomiccasterlocators_p.h48
-rw-r--r--src/xmlpatterns/type/qatomiccomparatorlocator_p.h2
-rw-r--r--src/xmlpatterns/type/qatomiccomparatorlocators_p.h40
-rw-r--r--src/xmlpatterns/type/qatomicmathematicianlocator_p.h2
-rw-r--r--src/xmlpatterns/type/qatomicmathematicianlocators_p.h18
-rw-r--r--src/xmlpatterns/type/qatomictype_p.h2
-rw-r--r--src/xmlpatterns/type/qatomictypedispatch_p.h6
-rw-r--r--src/xmlpatterns/type/qbasictypesfactory_p.h2
-rw-r--r--src/xmlpatterns/type/qbuiltinatomictype_p.h2
-rw-r--r--src/xmlpatterns/type/qbuiltinatomictypes_p.h48
-rw-r--r--src/xmlpatterns/type/qbuiltinnodetype_p.h2
-rw-r--r--src/xmlpatterns/type/qbuiltintypes_p.h2
-rw-r--r--src/xmlpatterns/type/qcardinality_p.h2
-rw-r--r--src/xmlpatterns/type/qcommonsequencetypes_p.h2
-rw-r--r--src/xmlpatterns/type/qebvtype_p.h2
-rw-r--r--src/xmlpatterns/type/qemptysequencetype_p.h2
-rw-r--r--src/xmlpatterns/type/qgenericsequencetype_p.h2
-rw-r--r--src/xmlpatterns/type/qitemtype_p.h2
-rw-r--r--src/xmlpatterns/type/qlocalnametest_p.h2
-rw-r--r--src/xmlpatterns/type/qmultiitemtype_p.h2
-rw-r--r--src/xmlpatterns/type/qnamespacenametest_p.h2
-rw-r--r--src/xmlpatterns/type/qnonetype_p.h2
-rw-r--r--src/xmlpatterns/type/qnumerictype_p.h2
-rw-r--r--src/xmlpatterns/type/qprimitives_p.h4
-rw-r--r--src/xmlpatterns/type/qqnametest_p.h2
-rw-r--r--src/xmlpatterns/type/qschemacomponent_p.h2
-rw-r--r--src/xmlpatterns/type/qschematype_p.h2
-rw-r--r--src/xmlpatterns/type/qschematypefactory_p.h2
-rw-r--r--src/xmlpatterns/type/qsequencetype_p.h2
-rw-r--r--src/xmlpatterns/type/qtypechecker_p.h2
-rw-r--r--src/xmlpatterns/type/quntyped_p.h2
-rw-r--r--src/xmlpatterns/type/qxsltnodetest_p.h2
38 files changed, 114 insertions, 114 deletions
diff --git a/src/xmlpatterns/type/qabstractnodetest_p.h b/src/xmlpatterns/type/qabstractnodetest_p.h
index f7c8d4b7d8..212dc8b7b9 100644
--- a/src/xmlpatterns/type/qabstractnodetest_p.h
+++ b/src/xmlpatterns/type/qabstractnodetest_p.h
@@ -64,7 +64,7 @@ namespace QPatternist
* @short A name test that is of the type <tt>prefix:ncName</tt>.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class AbstractNodeTest : public AnyNodeType
{
diff --git a/src/xmlpatterns/type/qanyitemtype_p.h b/src/xmlpatterns/type/qanyitemtype_p.h
index f919b9e7eb..ae4292f5d6 100644
--- a/src/xmlpatterns/type/qanyitemtype_p.h
+++ b/src/xmlpatterns/type/qanyitemtype_p.h
@@ -65,7 +65,7 @@ namespace QPatternist
* @short Represents the <tt>item()</tt> item type.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class AnyItemType : public ItemType
{
diff --git a/src/xmlpatterns/type/qanynodetype_p.h b/src/xmlpatterns/type/qanynodetype_p.h
index 11194cbee9..16d124301d 100644
--- a/src/xmlpatterns/type/qanynodetype_p.h
+++ b/src/xmlpatterns/type/qanynodetype_p.h
@@ -66,7 +66,7 @@ namespace QPatternist
*
* @ingroup Patternist_types
* @see BuiltinNodeType
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class AnyNodeType : public ItemType
{
diff --git a/src/xmlpatterns/type/qanysimpletype_p.h b/src/xmlpatterns/type/qanysimpletype_p.h
index be3c9ea44e..4f7851d4ca 100644
--- a/src/xmlpatterns/type/qanysimpletype_p.h
+++ b/src/xmlpatterns/type/qanysimpletype_p.h
@@ -68,7 +68,7 @@ namespace QPatternist
* @ingroup Patternist_types
* @see <a href="http://www.w3.org/TR/xmlschema-2/#dt-anySimpleType">XML Schema Part 2:
* Datatypes Second Edition, The simple ur-type definition</a>
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class AnySimpleType : public AnyType
{
diff --git a/src/xmlpatterns/type/qanytype_p.h b/src/xmlpatterns/type/qanytype_p.h
index 06b84a9f9a..d5edf2d8c2 100644
--- a/src/xmlpatterns/type/qanytype_p.h
+++ b/src/xmlpatterns/type/qanytype_p.h
@@ -66,7 +66,7 @@ namespace QPatternist
* @short Represents the @c xs:anyType item type.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class AnyType : public SchemaType
{
diff --git a/src/xmlpatterns/type/qatomiccasterlocator_p.h b/src/xmlpatterns/type/qatomiccasterlocator_p.h
index 5879e09624..840e84e485 100644
--- a/src/xmlpatterns/type/qatomiccasterlocator_p.h
+++ b/src/xmlpatterns/type/qatomiccasterlocator_p.h
@@ -61,7 +61,7 @@ QT_BEGIN_NAMESPACE
namespace QPatternist
{
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class AtomicCasterLocator : public AtomicTypeVisitor
{
diff --git a/src/xmlpatterns/type/qatomiccasterlocators_p.h b/src/xmlpatterns/type/qatomiccasterlocators_p.h
index a19d6a2552..1865929759 100644
--- a/src/xmlpatterns/type/qatomiccasterlocators_p.h
+++ b/src/xmlpatterns/type/qatomiccasterlocators_p.h
@@ -69,7 +69,7 @@ QT_BEGIN_NAMESPACE
namespace QPatternist
{
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class ToStringCasterLocator : public AtomicCasterLocator
{
@@ -124,7 +124,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class ToUntypedAtomicCasterLocator : public AtomicCasterLocator
{
@@ -179,7 +179,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class ToAnyURICasterLocator : public AtomicCasterLocator
{
@@ -194,7 +194,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class ToBooleanCasterLocator : public AtomicCasterLocator
{
@@ -217,7 +217,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class ToDoubleCasterLocator : public AtomicCasterLocator
{
@@ -240,7 +240,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class ToFloatCasterLocator : public AtomicCasterLocator
{
@@ -263,7 +263,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class ToDecimalCasterLocator : public AtomicCasterLocator
{
@@ -286,7 +286,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class ToIntegerCasterLocator : public AtomicCasterLocator
{
@@ -309,7 +309,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class ToBase64BinaryCasterLocator : public AtomicCasterLocator
{
@@ -326,7 +326,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class ToHexBinaryCasterLocator : public AtomicCasterLocator
{
@@ -343,7 +343,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class ToQNameCasterLocator : public AtomicCasterLocator
{
@@ -356,7 +356,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class ToGYearCasterLocator : public AtomicCasterLocator
{
@@ -375,7 +375,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class ToGDayCasterLocator : public AtomicCasterLocator
{
@@ -394,7 +394,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class ToGMonthCasterLocator : public AtomicCasterLocator
{
@@ -413,7 +413,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class ToGYearMonthCasterLocator : public AtomicCasterLocator
{
@@ -432,7 +432,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class ToGMonthDayCasterLocator : public AtomicCasterLocator
{
@@ -451,7 +451,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class ToDateTimeCasterLocator : public AtomicCasterLocator
{
@@ -468,7 +468,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class ToDateCasterLocator : public AtomicCasterLocator
{
@@ -485,7 +485,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class ToSchemaTimeCasterLocator : public AtomicCasterLocator
{
@@ -502,7 +502,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class ToDurationCasterLocator : public AtomicCasterLocator
{
@@ -521,7 +521,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class ToDayTimeDurationCasterLocator : public AtomicCasterLocator
{
@@ -540,7 +540,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class ToYearMonthDurationCasterLocator : public AtomicCasterLocator
{
@@ -559,7 +559,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
template<TypeOfDerivedInteger type>
class ToDerivedIntegerCasterLocator : public ToIntegerCasterLocator
@@ -702,7 +702,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
template<TypeOfDerivedString type>
class ToDerivedStringCasterLocator : public ToStringCasterLocator
diff --git a/src/xmlpatterns/type/qatomiccomparatorlocator_p.h b/src/xmlpatterns/type/qatomiccomparatorlocator_p.h
index a2310a7729..fb81b50854 100644
--- a/src/xmlpatterns/type/qatomiccomparatorlocator_p.h
+++ b/src/xmlpatterns/type/qatomiccomparatorlocator_p.h
@@ -65,7 +65,7 @@ namespace QPatternist
* @todo Docs missing
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class AtomicComparatorLocator : public ParameterizedAtomicTypeVisitor
{
diff --git a/src/xmlpatterns/type/qatomiccomparatorlocators_p.h b/src/xmlpatterns/type/qatomiccomparatorlocators_p.h
index d87f9d76a0..34cd7c3486 100644
--- a/src/xmlpatterns/type/qatomiccomparatorlocators_p.h
+++ b/src/xmlpatterns/type/qatomiccomparatorlocators_p.h
@@ -68,7 +68,7 @@ namespace QPatternist
{
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class DoubleComparatorLocator : public AtomicComparatorLocator
{
@@ -88,7 +88,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class FloatComparatorLocator : public AtomicComparatorLocator
{
@@ -108,7 +108,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class DecimalComparatorLocator : public AtomicComparatorLocator
{
@@ -128,7 +128,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class IntegerComparatorLocator : public AtomicComparatorLocator
{
@@ -148,7 +148,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class BooleanComparatorLocator : public AtomicComparatorLocator
{
@@ -159,7 +159,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class Base64BinaryComparatorLocator : public AtomicComparatorLocator
{
@@ -170,7 +170,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class HexBinaryComparatorLocator : public AtomicComparatorLocator
{
@@ -181,7 +181,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class QNameComparatorLocator : public AtomicComparatorLocator
{
@@ -192,7 +192,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class StringComparatorLocator : public AtomicComparatorLocator
{
@@ -210,7 +210,7 @@ namespace QPatternist
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class GYearComparatorLocator : public AtomicComparatorLocator
{
@@ -221,7 +221,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class GMonthComparatorLocator : public AtomicComparatorLocator
{
@@ -232,7 +232,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class GYearMonthComparatorLocator : public AtomicComparatorLocator
{
@@ -243,7 +243,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class GMonthDayComparatorLocator : public AtomicComparatorLocator
{
@@ -254,7 +254,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class GDayComparatorLocator : public AtomicComparatorLocator
{
@@ -265,7 +265,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class DateTimeComparatorLocator : public AtomicComparatorLocator
{
@@ -276,7 +276,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class SchemaTimeComparatorLocator : public AtomicComparatorLocator
{
@@ -287,7 +287,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class DateComparatorLocator : public AtomicComparatorLocator
{
@@ -298,7 +298,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class DurationComparatorLocator : public AtomicComparatorLocator
{
@@ -315,7 +315,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class DayTimeDurationComparatorLocator : public AtomicComparatorLocator
{
@@ -332,7 +332,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class YearMonthDurationComparatorLocator : public AtomicComparatorLocator
{
diff --git a/src/xmlpatterns/type/qatomicmathematicianlocator_p.h b/src/xmlpatterns/type/qatomicmathematicianlocator_p.h
index b2362b3355..af9577b09c 100644
--- a/src/xmlpatterns/type/qatomicmathematicianlocator_p.h
+++ b/src/xmlpatterns/type/qatomicmathematicianlocator_p.h
@@ -63,7 +63,7 @@ namespace QPatternist
/**
* @todo Docs missing
*
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class AtomicMathematicianLocator : public ParameterizedAtomicTypeVisitor
{
diff --git a/src/xmlpatterns/type/qatomicmathematicianlocators_p.h b/src/xmlpatterns/type/qatomicmathematicianlocators_p.h
index 8ca9d32878..5f3b7971bc 100644
--- a/src/xmlpatterns/type/qatomicmathematicianlocators_p.h
+++ b/src/xmlpatterns/type/qatomicmathematicianlocators_p.h
@@ -68,7 +68,7 @@ QT_BEGIN_NAMESPACE
namespace QPatternist
{
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
* @todo docs
*/
class DoubleMathematicianLocator : public AtomicMathematicianLocator
@@ -89,7 +89,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
* @todo docs
*/
class FloatMathematicianLocator : public AtomicMathematicianLocator
@@ -110,7 +110,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
* @todo docs
*/
class DecimalMathematicianLocator : public AtomicMathematicianLocator
@@ -131,7 +131,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
* @todo docs
*/
class IntegerMathematicianLocator : public AtomicMathematicianLocator
@@ -152,7 +152,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
* @todo docs
*/
class DateMathematicianLocator : public AtomicMathematicianLocator
@@ -167,7 +167,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
* @todo docs
*/
class SchemaTimeMathematicianLocator : public AtomicMathematicianLocator
@@ -180,7 +180,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
* @todo docs
*/
class DateTimeMathematicianLocator : public AtomicMathematicianLocator
@@ -194,7 +194,7 @@ namespace QPatternist
const SourceLocationReflection *const r) const;
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
* @todo docs
*/
class DayTimeDurationMathematicianLocator : public AtomicMathematicianLocator
@@ -219,7 +219,7 @@ namespace QPatternist
};
/**
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
* @todo docs
*/
class YearMonthDurationMathematicianLocator : public AtomicMathematicianLocator
diff --git a/src/xmlpatterns/type/qatomictype_p.h b/src/xmlpatterns/type/qatomictype_p.h
index 3d6eb3701f..f964104def 100644
--- a/src/xmlpatterns/type/qatomictype_p.h
+++ b/src/xmlpatterns/type/qatomictype_p.h
@@ -75,7 +75,7 @@ namespace QPatternist
* base class for classes that implement atomic types, such as @c xs:anyAtomicType.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class AtomicType : public ItemType,
public AnySimpleType
diff --git a/src/xmlpatterns/type/qatomictypedispatch_p.h b/src/xmlpatterns/type/qatomictypedispatch_p.h
index ebf7319d2f..d12b766abc 100644
--- a/src/xmlpatterns/type/qatomictypedispatch_p.h
+++ b/src/xmlpatterns/type/qatomictypedispatch_p.h
@@ -133,7 +133,7 @@ namespace QPatternist
* @todo Docs missing
*
* @ingroup Patternist_types_dispatch
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class AtomicTypeVisitorResult : public QSharedData
{
@@ -148,7 +148,7 @@ namespace QPatternist
*
* @see ParameterizedAtomicTypeVisitor
* @ingroup Patternist_types_dispatch
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class AtomicTypeVisitor : public QSharedData
{
@@ -211,7 +211,7 @@ namespace QPatternist
*
* @see AtomicTypeVisitor
* @ingroup Patternist_types_dispatch
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class ParameterizedAtomicTypeVisitor : public QSharedData
{
diff --git a/src/xmlpatterns/type/qbasictypesfactory_p.h b/src/xmlpatterns/type/qbasictypesfactory_p.h
index 662fe9cfb0..362783a8ae 100644
--- a/src/xmlpatterns/type/qbasictypesfactory_p.h
+++ b/src/xmlpatterns/type/qbasictypesfactory_p.h
@@ -75,7 +75,7 @@ namespace QPatternist
* Version 2.0, 3.13 Built-in Types</a>
* @see <a href="http://www.w3.org/TR/xmlschema-2/#built-in-primitive-datatypes">XML Schema
* Part 2: Datatypes Second Edition, 3.2 Primitive datatypes</a>
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class BasicTypesFactory : public SchemaTypeFactory
{
diff --git a/src/xmlpatterns/type/qbuiltinatomictype_p.h b/src/xmlpatterns/type/qbuiltinatomictype_p.h
index 0d5ac24d6e..b9e7c11a55 100644
--- a/src/xmlpatterns/type/qbuiltinatomictype_p.h
+++ b/src/xmlpatterns/type/qbuiltinatomictype_p.h
@@ -70,7 +70,7 @@ namespace QPatternist
* class manually.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class BuiltinAtomicType : public AtomicType
{
diff --git a/src/xmlpatterns/type/qbuiltinatomictypes_p.h b/src/xmlpatterns/type/qbuiltinatomictypes_p.h
index ecfe5d78ad..63af3e7fd4 100644
--- a/src/xmlpatterns/type/qbuiltinatomictypes_p.h
+++ b/src/xmlpatterns/type/qbuiltinatomictypes_p.h
@@ -67,7 +67,7 @@ namespace QPatternist
* @short Implements the type @c xs:anyAtomicType.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class AnyAtomicType : public BuiltinAtomicType
{
@@ -112,7 +112,7 @@ namespace QPatternist
* @short Implements the type @c xs:untypedAtomic.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class UntypedAtomicType : public BuiltinAtomicType
{
@@ -136,7 +136,7 @@ namespace QPatternist
* @short Implements the type @c xs:dateTime.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class DateTimeType : public BuiltinAtomicType
{
@@ -160,7 +160,7 @@ namespace QPatternist
* @short Implements the type @c xs:date.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class DateType : public BuiltinAtomicType
{
@@ -184,7 +184,7 @@ namespace QPatternist
* @short Implements the type @c xs:time.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class SchemaTimeType : public BuiltinAtomicType
{
@@ -209,7 +209,7 @@ namespace QPatternist
* @short Implements the type @c xs:duration.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class DurationType : public BuiltinAtomicType
{
@@ -233,7 +233,7 @@ namespace QPatternist
* @short Implements the type @c xs:yearMonthDuration.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class YearMonthDurationType : public BuiltinAtomicType
{
@@ -257,7 +257,7 @@ namespace QPatternist
* @short Implements the type @c xs:dayTimeDuration.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class DayTimeDurationType : public BuiltinAtomicType
{
@@ -281,7 +281,7 @@ namespace QPatternist
* @short Implements the type @c xs:double.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class DoubleType : public BuiltinAtomicType
{
@@ -305,7 +305,7 @@ namespace QPatternist
* @short Implements the type @c xs:float.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class FloatType : public BuiltinAtomicType
{
@@ -329,7 +329,7 @@ namespace QPatternist
* @short Implements the type @c xs:decimal.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class DecimalType : public BuiltinAtomicType
{
@@ -360,7 +360,7 @@ namespace QPatternist
* this way.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class IntegerType : public BuiltinAtomicType
{
@@ -434,7 +434,7 @@ namespace QPatternist
* @short Implements the type @c xs:gYearMonth.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class GYearMonthType : public BuiltinAtomicType
{
@@ -458,7 +458,7 @@ namespace QPatternist
* @short Implements the type @c xs:gYear.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class GYearType : public BuiltinAtomicType
{
@@ -482,7 +482,7 @@ namespace QPatternist
* @short Implements the type @c xs:gMonthDay.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class GMonthDayType : public BuiltinAtomicType
{
@@ -506,7 +506,7 @@ namespace QPatternist
* @short Implements the type @c xs:gDay.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class GDayType : public BuiltinAtomicType
{
@@ -530,7 +530,7 @@ namespace QPatternist
* @short Implements the type @c xs:gMonth.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class GMonthType : public BuiltinAtomicType
{
@@ -554,7 +554,7 @@ namespace QPatternist
* @short Implements the type @c xs:boolean.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class BooleanType : public BuiltinAtomicType
{
@@ -578,7 +578,7 @@ namespace QPatternist
* @short Implements the type @c xs:base64Binary.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class Base64BinaryType : public BuiltinAtomicType
{
@@ -602,7 +602,7 @@ namespace QPatternist
* @short Implements the type @c xs:hexBinary.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class HexBinaryType : public BuiltinAtomicType
{
@@ -626,7 +626,7 @@ namespace QPatternist
* @short Implements the type @c xs:anyURI.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class AnyURIType : public BuiltinAtomicType
{
@@ -650,7 +650,7 @@ namespace QPatternist
* @short Implements the type @c xs:QName.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class QNameType : public BuiltinAtomicType
{
@@ -682,7 +682,7 @@ namespace QPatternist
* this way.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class StringType : public BuiltinAtomicType
{
@@ -754,7 +754,7 @@ namespace QPatternist
* @short Implements the type @c xs:NOTATION.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class NOTATIONType : public BuiltinAtomicType
{
diff --git a/src/xmlpatterns/type/qbuiltinnodetype_p.h b/src/xmlpatterns/type/qbuiltinnodetype_p.h
index ef453e7017..119654bee8 100644
--- a/src/xmlpatterns/type/qbuiltinnodetype_p.h
+++ b/src/xmlpatterns/type/qbuiltinnodetype_p.h
@@ -68,7 +68,7 @@ namespace QPatternist
* of <tt>node()</tt>, such as <tt>processing-instruction()</tt>.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
template <const QXmlNodeModelIndex::NodeKind kind>
class BuiltinNodeType : public AnyNodeType
diff --git a/src/xmlpatterns/type/qbuiltintypes_p.h b/src/xmlpatterns/type/qbuiltintypes_p.h
index 9dfd625137..4f7d0788ac 100644
--- a/src/xmlpatterns/type/qbuiltintypes_p.h
+++ b/src/xmlpatterns/type/qbuiltintypes_p.h
@@ -71,7 +71,7 @@ namespace QPatternist
* @short Provides access to singleton instances of ItemType and SchemaType sub-classes.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class Q_AUTOTEST_EXPORT BuiltinTypes
{
diff --git a/src/xmlpatterns/type/qcardinality_p.h b/src/xmlpatterns/type/qcardinality_p.h
index c58d120eab..3ea05c8459 100644
--- a/src/xmlpatterns/type/qcardinality_p.h
+++ b/src/xmlpatterns/type/qcardinality_p.h
@@ -75,7 +75,7 @@ namespace QPatternist
* @see SequenceType
* @see <a href="http://www.w3.org/TR/xpath20/#prod-xpath-SequenceType">XML Path Language
* (XPath) 2.0, The EBNF grammar for SequenceType</a>
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class Cardinality
{
diff --git a/src/xmlpatterns/type/qcommonsequencetypes_p.h b/src/xmlpatterns/type/qcommonsequencetypes_p.h
index 8269a3a760..6aa7749da5 100644
--- a/src/xmlpatterns/type/qcommonsequencetypes_p.h
+++ b/src/xmlpatterns/type/qcommonsequencetypes_p.h
@@ -65,7 +65,7 @@ namespace QPatternist
* @short Provides access to singleton instances of SequenceType sub-classes.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class Q_AUTOTEST_EXPORT CommonSequenceTypes
{
diff --git a/src/xmlpatterns/type/qebvtype_p.h b/src/xmlpatterns/type/qebvtype_p.h
index adede73364..42eaadbfbc 100644
--- a/src/xmlpatterns/type/qebvtype_p.h
+++ b/src/xmlpatterns/type/qebvtype_p.h
@@ -71,7 +71,7 @@ namespace QPatternist
* checking for expressions such as IfThenClause and AndExpression.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class EBVType : public ItemType,
public SequenceType
diff --git a/src/xmlpatterns/type/qemptysequencetype_p.h b/src/xmlpatterns/type/qemptysequencetype_p.h
index f4f1f888c8..6f7e763037 100644
--- a/src/xmlpatterns/type/qemptysequencetype_p.h
+++ b/src/xmlpatterns/type/qemptysequencetype_p.h
@@ -66,7 +66,7 @@ namespace QPatternist
* @short Represents the <tt>empty-sequence()</tt> type.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class EmptySequenceType : public ItemType,
public SequenceType
diff --git a/src/xmlpatterns/type/qgenericsequencetype_p.h b/src/xmlpatterns/type/qgenericsequencetype_p.h
index 9e92aff478..57cb639291 100644
--- a/src/xmlpatterns/type/qgenericsequencetype_p.h
+++ b/src/xmlpatterns/type/qgenericsequencetype_p.h
@@ -65,7 +65,7 @@ namespace QPatternist
* @todo Documentation is missing.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class GenericSequenceType : public SequenceType
{
diff --git a/src/xmlpatterns/type/qitemtype_p.h b/src/xmlpatterns/type/qitemtype_p.h
index 915b221cf9..608259fa12 100644
--- a/src/xmlpatterns/type/qitemtype_p.h
+++ b/src/xmlpatterns/type/qitemtype_p.h
@@ -77,7 +77,7 @@ namespace QPatternist
* similar to how inference rules in the specification are written.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class ItemType : public virtual QSharedData
{
diff --git a/src/xmlpatterns/type/qlocalnametest_p.h b/src/xmlpatterns/type/qlocalnametest_p.h
index fac25568a9..5e94e4d423 100644
--- a/src/xmlpatterns/type/qlocalnametest_p.h
+++ b/src/xmlpatterns/type/qlocalnametest_p.h
@@ -66,7 +66,7 @@ namespace QPatternist
* @short A name test that is of the type <tt>*:local-name</tt>.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class LocalNameTest : public AbstractNodeTest
{
diff --git a/src/xmlpatterns/type/qmultiitemtype_p.h b/src/xmlpatterns/type/qmultiitemtype_p.h
index 9474e60729..f719e606a0 100644
--- a/src/xmlpatterns/type/qmultiitemtype_p.h
+++ b/src/xmlpatterns/type/qmultiitemtype_p.h
@@ -73,7 +73,7 @@ namespace QPatternist
* For example, xdtTypeMatches() returns @c true if any of the represented types matches.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class MultiItemType : public ItemType
{
diff --git a/src/xmlpatterns/type/qnamespacenametest_p.h b/src/xmlpatterns/type/qnamespacenametest_p.h
index 65f44baea1..338ae2e280 100644
--- a/src/xmlpatterns/type/qnamespacenametest_p.h
+++ b/src/xmlpatterns/type/qnamespacenametest_p.h
@@ -66,7 +66,7 @@ namespace QPatternist
* @short A name test that is of the type <tt>prefix:*</tt>.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class NamespaceNameTest : public AbstractNodeTest
{
diff --git a/src/xmlpatterns/type/qnonetype_p.h b/src/xmlpatterns/type/qnonetype_p.h
index e7cc6db04b..42d38bf251 100644
--- a/src/xmlpatterns/type/qnonetype_p.h
+++ b/src/xmlpatterns/type/qnonetype_p.h
@@ -70,7 +70,7 @@ namespace QPatternist
* XPath 2.0 Formal Semantics, 2.4.3 Content models</a>
* @see <a href="http://www.w3.org/TR/xquery-semantics/#sec_fnerror">XQuery 1.0 and XPath 2.0
* Formal Semantics, 7.2.9 The fn:error function</a>
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class NoneType : public ItemType,
public SequenceType
diff --git a/src/xmlpatterns/type/qnumerictype_p.h b/src/xmlpatterns/type/qnumerictype_p.h
index c82112d791..632ce563e6 100644
--- a/src/xmlpatterns/type/qnumerictype_p.h
+++ b/src/xmlpatterns/type/qnumerictype_p.h
@@ -66,7 +66,7 @@ namespace QPatternist
* @see <a href="http://www.w3.org/TR/xquery-semantics/#dt-fs_numeric">XQuery 1.0
* and XPath 2.0 Formal Semantics, Definition: fs:numeric</a>
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class NumericType : public AtomicType
{
diff --git a/src/xmlpatterns/type/qprimitives_p.h b/src/xmlpatterns/type/qprimitives_p.h
index 8fec3738b6..e33c184645 100644
--- a/src/xmlpatterns/type/qprimitives_p.h
+++ b/src/xmlpatterns/type/qprimitives_p.h
@@ -63,7 +63,7 @@
/**
* @short Contains Patternist, an XPath 2.0, XQuery 1.0 and XSL-T 2.0 implementation.
*
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
QT_BEGIN_HEADER
@@ -89,7 +89,7 @@ namespace QPatternist
* are used throughout the API. This ensures consistency, reduces the amount
* of conversions, and potentially precision loss in conversions.
*
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
/**
diff --git a/src/xmlpatterns/type/qqnametest_p.h b/src/xmlpatterns/type/qqnametest_p.h
index 2519bbaa63..2fcf2d8e10 100644
--- a/src/xmlpatterns/type/qqnametest_p.h
+++ b/src/xmlpatterns/type/qqnametest_p.h
@@ -66,7 +66,7 @@ namespace QPatternist
* @short A name test that is of the type <tt>prefix:ncName</tt>.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class QNameTest : public AbstractNodeTest
{
diff --git a/src/xmlpatterns/type/qschemacomponent_p.h b/src/xmlpatterns/type/qschemacomponent_p.h
index a6517ce9a2..27a50bd405 100644
--- a/src/xmlpatterns/type/qschemacomponent_p.h
+++ b/src/xmlpatterns/type/qschemacomponent_p.h
@@ -65,7 +65,7 @@ namespace QPatternist
* @short Base class for all constructs that can appear in a W3C XML Schema.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class SchemaComponent : public virtual QSharedData
{
diff --git a/src/xmlpatterns/type/qschematype_p.h b/src/xmlpatterns/type/qschematype_p.h
index 744b4df0b1..6708ec2e61 100644
--- a/src/xmlpatterns/type/qschematype_p.h
+++ b/src/xmlpatterns/type/qschematype_p.h
@@ -72,7 +72,7 @@ namespace QPatternist
* This is the base class of all data types in a W3C XML Schema.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class SchemaType : public SchemaComponent
{
diff --git a/src/xmlpatterns/type/qschematypefactory_p.h b/src/xmlpatterns/type/qschematypefactory_p.h
index 679013678b..df83e909b3 100644
--- a/src/xmlpatterns/type/qschematypefactory_p.h
+++ b/src/xmlpatterns/type/qschematypefactory_p.h
@@ -68,7 +68,7 @@ namespace QPatternist
* @short A factory creating schema types.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class SchemaTypeFactory : public QSharedData
{
diff --git a/src/xmlpatterns/type/qsequencetype_p.h b/src/xmlpatterns/type/qsequencetype_p.h
index 2b7f87a2c0..8e44d8cb06 100644
--- a/src/xmlpatterns/type/qsequencetype_p.h
+++ b/src/xmlpatterns/type/qsequencetype_p.h
@@ -75,7 +75,7 @@ namespace QPatternist
* identical to the SequenceType EBNF construct.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
* @see <a href="http://www.w3.org/TR/xpath20/#id-sequencetype-syntax">XML
* Path Language (XPath) 2.0, 2.5.3 SequenceType Syntax</a>
*/
diff --git a/src/xmlpatterns/type/qtypechecker_p.h b/src/xmlpatterns/type/qtypechecker_p.h
index 92e8ef6552..12367f00f0 100644
--- a/src/xmlpatterns/type/qtypechecker_p.h
+++ b/src/xmlpatterns/type/qtypechecker_p.h
@@ -66,7 +66,7 @@ namespace QPatternist
* kinds of compile-time type checking tasks.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class TypeChecker
{
diff --git a/src/xmlpatterns/type/quntyped_p.h b/src/xmlpatterns/type/quntyped_p.h
index cb50042f3f..6f2f30f86e 100644
--- a/src/xmlpatterns/type/quntyped_p.h
+++ b/src/xmlpatterns/type/quntyped_p.h
@@ -66,7 +66,7 @@ namespace QPatternist
* @short Represents the complex W3C XML Schema type <tt>xs:untyped</tt>.
*
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
* @see <a href="http://www.w3.org/TR/xpath-datamodel/#types-predefined">XQuery 1.0 and XPath 2.0
* Data Model, 2.6.2 Predefined Types</a>
*/
diff --git a/src/xmlpatterns/type/qxsltnodetest_p.h b/src/xmlpatterns/type/qxsltnodetest_p.h
index a1c5e8707d..9cccce2234 100644
--- a/src/xmlpatterns/type/qxsltnodetest_p.h
+++ b/src/xmlpatterns/type/qxsltnodetest_p.h
@@ -69,7 +69,7 @@ namespace QPatternist
* @see <a href="http://www.w3.org/TR/xslt20/#pattern-semantics">XSL
* Transformations (XSLT) Version 2.0, 5.5.3 The Meaning of a Pattern</a>
* @ingroup Patternist_types
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
* @since 4.5
*/
class XSLTNodeTest : public AnyNodeType