diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-12 07:09:54 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-12 07:09:54 (GMT) |
commit | 46e430f70d625d2861a4049bb496cdec1afc555c (patch) | |
tree | 9bc7cd043f3805c7833b5d95791dc348b99e2d3c /tests/auto/xmlpatternsview | |
parent | 1047445648b7eb5b85107c00ea43885b44f891cd (diff) | |
download | Qt-46e430f70d625d2861a4049bb496cdec1afc555c.zip Qt-46e430f70d625d2861a4049bb496cdec1afc555c.tar.gz Qt-46e430f70d625d2861a4049bb496cdec1afc555c.tar.bz2 |
Update obsolete email addresses.
Reviewed-by: Trust Me
Diffstat (limited to 'tests/auto/xmlpatternsview')
7 files changed, 7 insertions, 7 deletions
diff --git a/tests/auto/xmlpatternsview/view/FunctionSignaturesView.h b/tests/auto/xmlpatternsview/view/FunctionSignaturesView.h index 478d712..d59d613 100644 --- a/tests/auto/xmlpatternsview/view/FunctionSignaturesView.h +++ b/tests/auto/xmlpatternsview/view/FunctionSignaturesView.h @@ -98,7 +98,7 @@ namespace QPatternistSDK * the XQuery/XPath implementation. * * @ingroup PatternistSDK - * @author Frans Englich <fenglich@trolltech.com> + * @author Frans Englich <frans.englich@nokia.com> */ class FunctionSignaturesView : public QDockWidget, public Ui_FunctionSignaturesViewCentralWidget diff --git a/tests/auto/xmlpatternsview/view/MainWindow.h b/tests/auto/xmlpatternsview/view/MainWindow.h index 9991156..14d941d 100644 --- a/tests/auto/xmlpatternsview/view/MainWindow.h +++ b/tests/auto/xmlpatternsview/view/MainWindow.h @@ -110,7 +110,7 @@ namespace QPatternistSDK * main window usage, QSettings, and other central parts. * * @ingroup PatternistSDK - * @author Frans Englich <fenglich@trolltech.com> + * @author Frans Englich <frans.englich@nokia.com> */ class MainWindow : public QMainWindow, private Ui_MainWindow diff --git a/tests/auto/xmlpatternsview/view/TestCaseView.h b/tests/auto/xmlpatternsview/view/TestCaseView.h index b65140e..15c2f0b 100644 --- a/tests/auto/xmlpatternsview/view/TestCaseView.h +++ b/tests/auto/xmlpatternsview/view/TestCaseView.h @@ -99,7 +99,7 @@ namespace QPatternistSDK * @short Displays a test case. * * @ingroup PatternistSDK - * @author Frans Englich <fenglich@trolltech.com> + * @author Frans Englich <frans.englich@nokia.com> */ class TestCaseView : public QDockWidget, public Ui_TestCaseViewCentralWidget diff --git a/tests/auto/xmlpatternsview/view/TestResultView.h b/tests/auto/xmlpatternsview/view/TestResultView.h index a2a27ba..0811d53 100644 --- a/tests/auto/xmlpatternsview/view/TestResultView.h +++ b/tests/auto/xmlpatternsview/view/TestResultView.h @@ -100,7 +100,7 @@ namespace QPatternistSDK * @short Displays the result of running a test case. * * @ingroup PatternistSDK - * @author Frans Englich <fenglich@trolltech.com> + * @author Frans Englich <frans.englich@nokia.com> */ class TestResultView : public QDockWidget, public Ui_TestResultViewCentralWidget diff --git a/tests/auto/xmlpatternsview/view/TreeSortFilter.h b/tests/auto/xmlpatternsview/view/TreeSortFilter.h index 86ffb93..6c90448 100644 --- a/tests/auto/xmlpatternsview/view/TreeSortFilter.h +++ b/tests/auto/xmlpatternsview/view/TreeSortFilter.h @@ -103,7 +103,7 @@ namespace QPatternistSDK * @image html TreeSortFilter.png "TreeSortFilter in action on a QTreeView." * * @ingroup PatternistSDK - * @author Frans Englich <fenglich@trolltech.com> + * @author Frans Englich <frans.englich@nokia.com> */ class TreeSortFilter : public QSortFilterProxyModel { diff --git a/tests/auto/xmlpatternsview/view/UserTestCase.h b/tests/auto/xmlpatternsview/view/UserTestCase.h index c93f0c9..f057521 100644 --- a/tests/auto/xmlpatternsview/view/UserTestCase.h +++ b/tests/auto/xmlpatternsview/view/UserTestCase.h @@ -97,7 +97,7 @@ namespace QPatternistSDK * @short Displays a test case entered manually by the user. * * @ingroup PatternistSDK - * @author Frans Englich <fenglich@trolltech.com> + * @author Frans Englich <frans.englich@nokia.com> */ class UserTestCase : public TestCase { diff --git a/tests/auto/xmlpatternsview/view/XDTItemItem.h b/tests/auto/xmlpatternsview/view/XDTItemItem.h index 248b0b8..0cc66f9 100644 --- a/tests/auto/xmlpatternsview/view/XDTItemItem.h +++ b/tests/auto/xmlpatternsview/view/XDTItemItem.h @@ -100,7 +100,7 @@ namespace QPatternistSDK * framework. * * @ingroup PatternistSDK - * @author Frans Englich <fenglich@trolltech.com> + * @author Frans Englich <frans.englich@nokia.com> */ class XDTItemItem : public TreeItem { |