From 0475f8538cbe22f7701cf0a3e5e68c7b67adb95d Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Mon, 26 Nov 2012 12:27:10 +0100 Subject: Change contact-us from Nokia to Digia Change-Id: I0d94b66d802c3899009dde1e570f195aadd861dc Reviewed-by: Lars Knoll --- src/corelib/kernel/qtcore_eval.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/corelib/kernel/qtcore_eval.cpp') 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() { -- cgit v1.2.3