summaryrefslogtreecommitdiffstats
path: root/src/qdbus
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-02-25 16:30:50 +0100
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-02-26 06:02:40 +0000
commit255c1fa51fac986e0bc70b72b9bfdbb8a5097d9b (patch)
treee8baf212e6a9d26763556d8f282916288a7a974a /src/qdbus
parent16d130014a481749941129b1dfe45120ea5130ba (diff)
Change copyright in version dialogs to 'The Qt Company Ltd.'
Change-Id: I7f1d079dc3714685c4d34fad6c237798ca747b1c Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com> Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com>
Diffstat (limited to 'src/qdbus')
-rw-r--r--src/qdbus/qdbusviewer/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qdbus/qdbusviewer/mainwindow.cpp b/src/qdbus/qdbusviewer/mainwindow.cpp
index e3d0aa193..9c02f6384 100644
--- a/src/qdbus/qdbusviewer/mainwindow.cpp
+++ b/src/qdbus/qdbusviewer/mainwindow.cpp
@@ -94,7 +94,7 @@ void MainWindow::about()
box.setText(QString::fromLatin1("<center><img src=\":/qt-project.org/qdbusviewer/images/qdbusviewer-128.png\">"
"<h3>%1</h3>"
"<p>Version %2</p></center>"
- "<p>Copyright (C) %3 Digia Plc and/or its subsidiary(-ies).</p>")
+ "<p>Copyright (C) %3 The Qt Company Ltd.</p>")
.arg(tr("D-Bus Viewer"), QLatin1String(QT_VERSION_STR), QStringLiteral("2015")));
box.setWindowTitle(tr("D-Bus Viewer"));
box.exec();