summaryrefslogtreecommitdiffstats
path: root/src/xmlpatterns/acceltree/qacceliterators_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlpatterns/acceltree/qacceliterators_p.h')
-rw-r--r--src/xmlpatterns/acceltree/qacceliterators_p.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/xmlpatterns/acceltree/qacceliterators_p.h b/src/xmlpatterns/acceltree/qacceliterators_p.h
index 74433dc8f..02d7445b2 100644
--- a/src/xmlpatterns/acceltree/qacceliterators_p.h
+++ b/src/xmlpatterns/acceltree/qacceliterators_p.h
@@ -34,7 +34,7 @@
** met: http://www.gnu.org/copyleft/gpl.html.
**
** If you are unsure which license is appropriate for your use, please
-** contact the sales department at http://www.qtsoftware.com/contact.
+** contact the sales department at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
@@ -65,7 +65,7 @@ namespace QPatternist
* @short Abstract base class for Iterators for the AccelTree, that
* contains common functions and members.
*
- * @author Frans Englich<fenglich@trolltech.com>
+ * @author Frans Englich<frans.englich@nokia.com>
*/
class AccelIterator : public QXmlNodeModelIndex::Iterator
{
@@ -110,7 +110,7 @@ namespace QPatternist
/**
* @short Iterates along the @c ancestor or @c ancestor-or-self axis in an AccelTree.
*
- * @author Frans Englich<fenglich@trolltech.com>
+ * @author Frans Englich<frans.englich@nokia.com>
*/
template<const bool IncludeSelf>
class AncestorIterator : public AccelIterator
@@ -151,7 +151,7 @@ namespace QPatternist
/**
* @short Iterates along the @c child axis in an AccelTree.
*
- * @author Frans Englich<fenglich@trolltech.com>
+ * @author Frans Englich<frans.englich@nokia.com>
*/
class ChildIterator : public AccelIterator
{
@@ -190,7 +190,7 @@ namespace QPatternist
/**
* @short Iterates along the sibling axes in an AccelTree.
*
- * @author Frans Englich<fenglich@trolltech.com>
+ * @author Frans Englich<frans.englich@nokia.com>
*/
template<const bool IsFollowing>
class SiblingIterator : public AccelIterator
@@ -262,7 +262,7 @@ namespace QPatternist
* @short Implements axis @c descendant and @c descendant-or-self for the
* AccelTree.
*
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
template<const bool IncludeSelf>
class DescendantIterator : public AccelIterator
@@ -342,7 +342,7 @@ namespace QPatternist
/**
* @short Implements axis @c following for the AccelTree.
*
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class FollowingIterator : public AccelIterator
{
@@ -362,7 +362,7 @@ namespace QPatternist
/**
* @short Implements axis @c preceding for the AccelTree.
*
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class PrecedingIterator : public AccelIterator
{
@@ -387,7 +387,7 @@ namespace QPatternist
/**
* @short Implements axis @c attribute for the AccelTree.
*
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class AttributeIterator : public AccelIterator
{