summaryrefslogtreecommitdiffstats
path: root/src/xmlpatterns/api
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2009-08-11 09:44:38 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2009-08-11 09:44:38 (GMT)
commitef9fec988d3d7ea33836a08128119f99747dc9d5 (patch)
tree67c134d1bee2c2338e958c766b23805666674d5a /src/xmlpatterns/api
parent3058cd5f6ee3fb01e62d625b501e7eeeea70cd84 (diff)
downloadQt-ef9fec988d3d7ea33836a08128119f99747dc9d5.zip
Qt-ef9fec988d3d7ea33836a08128119f99747dc9d5.tar.gz
Qt-ef9fec988d3d7ea33836a08128119f99747dc9d5.tar.bz2
Update old email address.
Reviewed-by: Trust Me
Diffstat (limited to 'src/xmlpatterns/api')
-rw-r--r--src/xmlpatterns/api/qabstractxmlforwarditerator.cpp2
-rw-r--r--src/xmlpatterns/api/qdeviceresourceloader_p.h2
-rw-r--r--src/xmlpatterns/api/qnetworkaccessdelegator_p.h2
-rw-r--r--src/xmlpatterns/api/qresourcedelegator_p.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/xmlpatterns/api/qabstractxmlforwarditerator.cpp b/src/xmlpatterns/api/qabstractxmlforwarditerator.cpp
index 2395369..0ed9560 100644
--- a/src/xmlpatterns/api/qabstractxmlforwarditerator.cpp
+++ b/src/xmlpatterns/api/qabstractxmlforwarditerator.cpp
@@ -59,7 +59,7 @@
\endlist
@ingroup Patternist_iterators
- @author Frans Englich <fenglich@trolltech.com>
+ @author Frans Englich <frans.englich@nokia.com>
*/
/*!
diff --git a/src/xmlpatterns/api/qdeviceresourceloader_p.h b/src/xmlpatterns/api/qdeviceresourceloader_p.h
index fb12328..97c97ee 100644
--- a/src/xmlpatterns/api/qdeviceresourceloader_p.h
+++ b/src/xmlpatterns/api/qdeviceresourceloader_p.h
@@ -65,7 +65,7 @@ namespace QPatternist
/**
* @short Base class for resource loaders that manage device variables.
*
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
* @since 4.5
*/
class DeviceResourceLoader : public ResourceLoader
diff --git a/src/xmlpatterns/api/qnetworkaccessdelegator_p.h b/src/xmlpatterns/api/qnetworkaccessdelegator_p.h
index 0554200..988ed25 100644
--- a/src/xmlpatterns/api/qnetworkaccessdelegator_p.h
+++ b/src/xmlpatterns/api/qnetworkaccessdelegator_p.h
@@ -81,7 +81,7 @@ namespace QPatternist
*
* @since 4.5
* @see AccelTreeResourceLoader::load()
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class Q_AUTOTEST_EXPORT NetworkAccessDelegator : public QObject
, public QSharedData
diff --git a/src/xmlpatterns/api/qresourcedelegator_p.h b/src/xmlpatterns/api/qresourcedelegator_p.h
index 727113b..57b79b6 100644
--- a/src/xmlpatterns/api/qresourcedelegator_p.h
+++ b/src/xmlpatterns/api/qresourcedelegator_p.h
@@ -71,7 +71,7 @@ namespace QPatternist
* resource loader for the other query remains as is.
*
* @since 4.5
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class ResourceDelegator : public DeviceResourceLoader
{