diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-11 07:40:03 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-11 07:40:03 (GMT) |
commit | a958ab9c98481100870a87ee07b8e0abddbfc804 (patch) | |
tree | e8d5c8f4e5b6b33942af6fac748e7fa9feef8d9c /src/gui/dialogs/qmessagebox.cpp | |
parent | 411991d0e6a04085d9f8379ceccce337c5b6e818 (diff) | |
download | Qt-a958ab9c98481100870a87ee07b8e0abddbfc804.zip Qt-a958ab9c98481100870a87ee07b8e0abddbfc804.tar.gz Qt-a958ab9c98481100870a87ee07b8e0abddbfc804.tar.bz2 |
Qt's domain name is now qt.nokia.com.
Reviewed-by: Trust Me
Diffstat (limited to 'src/gui/dialogs/qmessagebox.cpp')
-rw-r--r-- | src/gui/dialogs/qmessagebox.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/dialogs/qmessagebox.cpp b/src/gui/dialogs/qmessagebox.cpp index cbb5cdc..65fae98 100644 --- a/src/gui/dialogs/qmessagebox.cpp +++ b/src/gui/dialogs/qmessagebox.cpp @@ -1715,10 +1715,10 @@ void QMessageBox::aboutQt(QWidget *parent, const QString &title) "use such applications in combination with software subject to the " "terms of the GNU GPL version 3.0 or where you are otherwise willing " "to comply with the terms of the GNU GPL version 3.0.</p>" - "<p>Please see <a href=\"http://www.qtsoftware.com/products/licensing\">www.qtsoftware.com/products/licensing</a> " + "<p>Please see <a href=\"http://qt.nokia.com/products/licensing\">qt.nokia.com/products/licensing</a> " "for an overview of Qt licensing.</p>" "<p>Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).</p>" - "<p>Qt is a Nokia product. See <a href=\"http://www.qtsoftware.com/qt/\">www.qtsoftware.com/qt</a> " + "<p>Qt is a Nokia product. See <a href=\"http://qt.nokia.com/\">qt.nokia.com</a> " "for more information.</p>" ).arg(QLatin1String(QT_VERSION_STR)); |