summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2012-11-26 12:27:10 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-26 17:33:37 +0100
commit0475f8538cbe22f7701cf0a3e5e68c7b67adb95d (patch)
tree0e51ba88686b72fe1225d20ecb5805602b70d59d /src
parentc80b33a62fb4479fd84d6225baf26f2c523afe74 (diff)
Change contact-us from Nokia to Digia
Change-Id: I0d94b66d802c3899009dde1e570f195aadd861dc Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/kernel/qtcore_eval.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/corelib/kernel/qtcore_eval.cpp b/src/corelib/kernel/qtcore_eval.cpp
index 8a4dfd997b..6be8e82a1b 100644
--- a/src/corelib/kernel/qtcore_eval.cpp
+++ b/src/corelib/kernel/qtcore_eval.cpp
@@ -60,7 +60,7 @@ static const char boilerplate_unsuported[] =
"Registered to:\n"
" Licensee: %2\n\n"
"The evaluation expires in %4 days\n\n"
- "Contact http://qt.nokia.com/about/contact-us for pricing and purchasing information.\n";
+ "Contact http://qt.digia.com/contact-us for pricing and purchasing information.\n";
static const char boilerplate_supported[] =
"\nQt %1 Evaluation License\n"
@@ -69,22 +69,22 @@ static const char boilerplate_supported[] =
"Registered to:\n"
" Licensee: %2\n\n"
"The evaluation expires in %4 days\n\n"
- "Contact http://qt.nokia.com/about/contact-us for pricing and purchasing information.\n";
+ "Contact http://qt.digia.com/contact-us for pricing and purchasing information.\n";
static const char boilerplate_expired[] =
"This software is using the trial version of the Qt GUI toolkit.\n"
"The trial period has expired. If you need more time to\n"
"evaluate Qt, or if you have any questions about Qt, contact us\n"
- "at: http://qt.nokia.com/about/contact-us.\n\n";
+ "at: http://qt.digia.com/contact-us.\n\n";
static const char will_shutdown_1min[] =
"\nThe evaluation of Qt will SHUT DOWN in 1 minute.\n"
- "Contact http://qt.nokia.com/about/contact-us for pricing and purchasing information.\n";
+ "Contact http://qt.digia.com/contact-us for pricing and purchasing information.\n";
static const char will_shutdown_now[] =
"\nThe evaluation of Qt has now reached its automatic\n"
"timeout and will shut down.\n"
- "Contact http://qt.nokia.com/about/contact-us for pricing and purchasing information.\n";
+ "Contact http://qt.digia.com/contact-us for pricing and purchasing information.\n";
static int qt_eval_is_supported()
{