diff --git a/src/widgets/dialogs/qmessagebox.cpp b/src/widgets/dialogs/qmessagebox.cpp index 573fc1bbe79..fce8fb90742 100644 --- a/src/widgets/dialogs/qmessagebox.cpp +++ b/src/widgets/dialogs/qmessagebox.cpp @@ -1756,10 +1756,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.

" - "

Please see qt.nokia.com/products/licensing " + "

Please see qt.digia.com/Product/Licensing " "for an overview of Qt licensing.

" "

Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).

" - "

Qt is a Nokia product. See qt.nokia.com " + "

Qt is a Digia product. See qt.digia.com " "for more information.

" ); QMessageBox *msgBox = new QMessageBox(parent);