summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhelpgenerator/tst_qhelpgenerator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qhelpgenerator/tst_qhelpgenerator.cpp')
-rw-r--r--tests/auto/qhelpgenerator/tst_qhelpgenerator.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/qhelpgenerator/tst_qhelpgenerator.cpp b/tests/auto/qhelpgenerator/tst_qhelpgenerator.cpp
index e410c892e8..a38dd3f746 100644
--- a/tests/auto/qhelpgenerator/tst_qhelpgenerator.cpp
+++ b/tests/auto/qhelpgenerator/tst_qhelpgenerator.cpp
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2011 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: Digia Plc (http://www.qt-project.org/legal)
**
** This file is part of the test suite of the Qt Toolkit.
**
@@ -207,7 +207,7 @@ void tst_QHelpGenerator::checkMetaData()
m_query->exec("SELECT Value FROM MetaDataTable WHERE Name=\'author\'");
if (!m_query->next())
QFAIL("Meta Data Error");
- QCOMPARE(m_query->value(0).toString(), QString("Nokia Corporation and/or its subsidiary(-ies)"));
+ QCOMPARE(m_query->value(0).toString(), QString("Digia Plc and/or its subsidiary(-ies)"));
}
QTEST_MAIN(tst_QHelpGenerator)