summaryrefslogtreecommitdiffstats
path: root/src/xmlpatterns/data/qatomicmathematicians_p.h
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-08-14 16:29:13 +1000
committerWarwick Allison <warwick.allison@nokia.com>2009-08-14 16:29:13 +1000
commit0c831b8cf84c72ee8673d1d38f4e93e350dddd5f (patch)
tree84fc3c89d73342ec70d77b2bdf99066f987536b8 /src/xmlpatterns/data/qatomicmathematicians_p.h
parentb98b7d305ffebb700e471bd64a7dee59d947e056 (diff)
parent4b1b93f3f97de70af316052bc38048f52631b9e4 (diff)
Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt
Diffstat (limited to 'src/xmlpatterns/data/qatomicmathematicians_p.h')
-rw-r--r--src/xmlpatterns/data/qatomicmathematicians_p.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/xmlpatterns/data/qatomicmathematicians_p.h b/src/xmlpatterns/data/qatomicmathematicians_p.h
index 8b82ded5c..267eef80b 100644
--- a/src/xmlpatterns/data/qatomicmathematicians_p.h
+++ b/src/xmlpatterns/data/qatomicmathematicians_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$
**
****************************************************************************/
@@ -70,7 +70,7 @@ namespace QPatternist
/**
*
* @ingroup Patternist_xdm
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class DecimalMathematician : public AtomicMathematician
, public DelegatingSourceLocationReflection
@@ -90,7 +90,7 @@ namespace QPatternist
* @short Performs arithmetics between Integer values.
*
* @ingroup Patternist_xdm
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class IntegerMathematician : public AtomicMathematician
, public DelegatingSourceLocationReflection
@@ -111,7 +111,7 @@ namespace QPatternist
* and Double values.
*
* @ingroup Patternist_xdm
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class DurationNumericMathematician : public AtomicMathematician
, public DelegatingSourceLocationReflection
@@ -132,7 +132,7 @@ namespace QPatternist
* YearMonthDuration and YearMonthDuration.
*
* @ingroup Patternist_xdm
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class DurationDurationDivisor : public AtomicMathematician
{
@@ -148,7 +148,7 @@ namespace QPatternist
* YearMonthDuration and YearMonthDuration.
*
* @ingroup Patternist_xdm
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class DurationDurationMathematician : public AtomicMathematician
{
@@ -175,7 +175,7 @@ namespace QPatternist
* <tt>xs:yearMonthDuration * numeric</tt>.
*
* @ingroup Patternist_xdm
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class OperandSwitcherMathematician : public AtomicMathematician
{
@@ -205,7 +205,7 @@ namespace QPatternist
* an AbstractDuration value.
*
* @ingroup Patternist_xdm
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class DateTimeDurationMathematician : public AtomicMathematician
, public DelegatingSourceLocationReflection
@@ -230,7 +230,7 @@ namespace QPatternist
* @short Performs arithmetics between two AbstractDateTime values.
*
* @ingroup Patternist_xdm
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class AbstractDateTimeMathematician : public AtomicMathematician
{