diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-11 09:44:38 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-11 09:44:38 (GMT) |
commit | ef9fec988d3d7ea33836a08128119f99747dc9d5 (patch) | |
tree | 67c134d1bee2c2338e958c766b23805666674d5a /tests/auto/xmlpatternsview/view | |
parent | 3058cd5f6ee3fb01e62d625b501e7eeeea70cd84 (diff) | |
download | Qt-ef9fec988d3d7ea33836a08128119f99747dc9d5.zip Qt-ef9fec988d3d7ea33836a08128119f99747dc9d5.tar.gz Qt-ef9fec988d3d7ea33836a08128119f99747dc9d5.tar.bz2 |
Update old email address.
Reviewed-by: Trust Me
Diffstat (limited to 'tests/auto/xmlpatternsview/view')
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 107c5e9..a28d051 100644 --- a/tests/auto/xmlpatternsview/view/MainWindow.h +++ b/tests/auto/xmlpatternsview/view/MainWindow.h @@ -109,7 +109,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 { |