summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qtcore_eval.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/kernel/qtcore_eval.cpp')
-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()
{