summaryrefslogtreecommitdiffstats
path: root/tools/designer/src/lib/shared/textpropertyeditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/designer/src/lib/shared/textpropertyeditor.cpp')
-rw-r--r--tools/designer/src/lib/shared/textpropertyeditor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/designer/src/lib/shared/textpropertyeditor.cpp b/tools/designer/src/lib/shared/textpropertyeditor.cpp
index 323a9a8b1..07d578e0c 100644
--- a/tools/designer/src/lib/shared/textpropertyeditor.cpp
+++ b/tools/designer/src/lib/shared/textpropertyeditor.cpp
@@ -34,7 +34,7 @@
** met: http://www.gnu.org/copyleft/gpl.html.
**
** If you are unsure which license is appropriate for your use, please
-** contact the sales department at http://www.qtsoftware.com/contact.
+** contact the sales department at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
@@ -278,7 +278,7 @@ namespace qdesigner_internal {
urlCompletions.push_back(QLatin1String("about:blank"));
urlCompletions.push_back(QLatin1String("http://"));
urlCompletions.push_back(QLatin1String("http://www."));
- urlCompletions.push_back(QLatin1String("http://qtsoftware.com/"));
+ urlCompletions.push_back(QLatin1String("http://qt.nokia.com/"));
urlCompletions.push_back(QLatin1String("file://"));
urlCompletions.push_back(QLatin1String("ftp://"));
urlCompletions.push_back(QLatin1String("data:"));