aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qml/qmlobserver/main.cpp
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@digia.com>2012-10-09 10:50:04 +0200
committerTobias Hunger <tobias.hunger@digia.com>2012-10-09 11:10:50 +0200
commit4f0b90dd43fb2b047b28b9020b5b8d252951726d (patch)
tree0071e1cf4c26c10c52501bb01c4aaf5fe78c7727 /share/qtcreator/qml/qmlobserver/main.cpp
parent7e98b9732678b829b081ef21629ee2091b6218e1 (diff)
Fix remaining URLs and a few other things that still referred Nokia
Change-Id: I1c85bae3a1ada7a281fedd6951b35e6a4da395e6 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'share/qtcreator/qml/qmlobserver/main.cpp')
-rw-r--r--share/qtcreator/qml/qmlobserver/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/qtcreator/qml/qmlobserver/main.cpp b/share/qtcreator/qml/qmlobserver/main.cpp
index c7d791ef11..0f9e975522 100644
--- a/share/qtcreator/qml/qmlobserver/main.cpp
+++ b/share/qtcreator/qml/qmlobserver/main.cpp
@@ -545,8 +545,8 @@ int main(int argc, char ** argv)
Application app(argc, argv);
app.setApplicationName("QtQmlViewer");
- app.setOrganizationName("Nokia");
- app.setOrganizationDomain("nokia.com");
+ app.setOrganizationName("QtProject");
+ app.setOrganizationDomain("qt-project.org");
QDeclarativeViewer::registerTypes();
QDeclarativeTester::registerTypes();