From 33a845504253fc37b18a2e239cc735e32a4a3921 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Wed, 28 Nov 2012 22:13:34 +0100 Subject: More changes from Nokia to Digia Change-Id: I8f2edd238e64c01d3ccb7c012b389d61435d7135 Reviewed-by: Lars Knoll Reviewed-by: Jerome Pasion --- src/corelib/doc/snippets/code/src_corelib_tools_qregexp.cpp | 2 +- src/tools/qdoc/doc/config/qt-html-templates-online.qdocconf | 4 ++-- src/tools/qdoc/doc/config/qt-html-templates.qdocconf | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/corelib/doc/snippets/code/src_corelib_tools_qregexp.cpp b/src/corelib/doc/snippets/code/src_corelib_tools_qregexp.cpp index 39fc9d15d2..bc8c78eebf 100644 --- a/src/corelib/doc/snippets/code/src_corelib_tools_qregexp.cpp +++ b/src/corelib/doc/snippets/code/src_corelib_tools_qregexp.cpp @@ -128,7 +128,7 @@ while (pos >= 0) { //! [10] -str = "Nokia Corporation\tqt.nokia.com\tNorway"; +str = "Digia Plc\tqt.digia.com\tFinland"; QString company, web, country; rx.setPattern("^([^\t]+)\t([^\t]+)\t([^\t]+)$"); if (rx.indexIn(str) != -1) { diff --git a/src/tools/qdoc/doc/config/qt-html-templates-online.qdocconf b/src/tools/qdoc/doc/config/qt-html-templates-online.qdocconf index d5e4908a70..038f3de5a0 100644 --- a/src/tools/qdoc/doc/config/qt-html-templates-online.qdocconf +++ b/src/tools/qdoc/doc/config/qt-html-templates-online.qdocconf @@ -63,7 +63,7 @@ HTML.footer = \ " \n" \ "
\n" \ "

\n" \ - " © 2012 Nokia Corporation and/or its\n" \ + " © 2012 Digia Plc and/or its\n" \ " subsidiaries. Documentation contributions included herein are the copyrights of\n" \ " their respective owners.

\n" \ "
\n" \ @@ -76,7 +76,7 @@ HTML.footer = \ " www.qt-project.org.

\n" \ "
\n" \ "

\n" \ - " Nokia, Qt and their respective logos are trademarks of Nokia Corporation \n" \ + " Digia, Qt and their respective logos are trademarks of Digia Plc \n" \ " in Finland and/or other countries worldwide. All other trademarks are property\n" \ " of their respective owners. Privacy Policy

\n" \ diff --git a/src/tools/qdoc/doc/config/qt-html-templates.qdocconf b/src/tools/qdoc/doc/config/qt-html-templates.qdocconf index b199d6839d..22bf6e1c23 100644 --- a/src/tools/qdoc/doc/config/qt-html-templates.qdocconf +++ b/src/tools/qdoc/doc/config/qt-html-templates.qdocconf @@ -23,7 +23,7 @@ HTML.footer = \ "
\n" \ "
\n" \ "

\n" \ - " © 2012 Nokia Corporation and/or its\n" \ + " © 2012 Digia Plc and/or its\n" \ " subsidiaries. Documentation contributions included herein are the copyrights of\n" \ " their respective owners.

\n" \ "
\n" \ @@ -36,7 +36,7 @@ HTML.footer = \ " www.qt-project.org.

\n" \ "
\n" \ "

\n" \ - " Nokia, Qt and their respective logos are trademarks of Nokia Corporation \n" \ + " Digia, Qt and their respective logos are trademarks of Digia Plc \n" \ " in Finland and/or other countries worldwide. All other trademarks are property\n" \ " of their respective owners. Privacy Policy

\n" \ -- cgit v1.2.3