summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorjutaipal <juhani.taipale@digia.com>2012-10-29 11:37:47 (GMT)
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-30 17:12:52 (GMT)
commit236ed9a2a70510a0abb4ad89ba03959c685bd397 (patch)
tree55e95571e717aea741a4287571be57c6edf6f4e7 /src
parent110a14fbe2a4ff5e0541a323c9ba33c35b5460a6 (diff)
downloadQt-236ed9a2a70510a0abb4ad89ba03959c685bd397.zip
Qt-236ed9a2a70510a0abb4ad89ba03959c685bd397.tar.gz
Qt-236ed9a2a70510a0abb4ad89ba03959c685bd397.tar.bz2
Corrected licensing info and links point to Digia in qmessagebox
Change-Id: I1051b20c287cba927b668290c46749c27edbde21 Reviewed-by: Iikka Eklund <iikka.eklund@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/gui/dialogs/qmessagebox.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/dialogs/qmessagebox.cpp b/src/gui/dialogs/qmessagebox.cpp
index a32dddd..6f43997 100644
--- a/src/gui/dialogs/qmessagebox.cpp
+++ b/src/gui/dialogs/qmessagebox.cpp
@@ -1786,10 +1786,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://qt.nokia.com/products/licensing\">qt.nokia.com/products/licensing</a> "
+ "<p>Please see <a href=\"http://qt.digia.com/product/licensing\">qt.digia.com/product/licensing</a> "
"for an overview of Qt licensing.</p>"
"<p>Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).</p>"
- "<p>Qt is a Nokia product. See <a href=\"http://qt.nokia.com/\">qt.nokia.com</a> "
+ "<p>Qt is a Digia product. See <a href=\"http://qt.digia.com/\">qt.digia.com</a> "
"for more information.</p>"
);
QMessageBox *msgBox = new QMessageBox(parent);