summaryrefslogtreecommitdiff
path: root/examples/browser
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2012-01-20 15:28:11 +1000
committerJason McDonald <jason.mcdonald@nokia.com>2012-01-23 03:52:03 +0100
commit8d2773d7327d0a0eff74002cca44e7efdae2471d (patch)
treea9c16aeb69500f0b921825a7aba43f3bce32e9d6 /examples/browser
parentd0dac4f4bf00810cf61a5a774a5b4d100fa802ba (diff)
downloadqtwebkit-examples-8d2773d7327d0a0eff74002cca44e7efdae2471d.tar.gz
Update obsolete contact address.
Replace Nokia contact email address with Qt Project website. Change-Id: I2f1d7bf19462c6128e600218af8b972b7685eec6 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'examples/browser')
-rw-r--r--examples/browser/autosaver.cpp2
-rw-r--r--examples/browser/autosaver.h2
-rw-r--r--examples/browser/bookmarks.cpp2
-rw-r--r--examples/browser/bookmarks.h2
-rw-r--r--examples/browser/browserapplication.cpp2
-rw-r--r--examples/browser/browserapplication.h2
-rw-r--r--examples/browser/browsermainwindow.cpp2
-rw-r--r--examples/browser/browsermainwindow.h2
-rw-r--r--examples/browser/chasewidget.cpp2
-rw-r--r--examples/browser/chasewidget.h2
-rw-r--r--examples/browser/cookiejar.cpp2
-rw-r--r--examples/browser/cookiejar.h2
-rw-r--r--examples/browser/downloadmanager.cpp2
-rw-r--r--examples/browser/downloadmanager.h2
-rw-r--r--examples/browser/edittableview.cpp2
-rw-r--r--examples/browser/edittableview.h2
-rw-r--r--examples/browser/edittreeview.cpp2
-rw-r--r--examples/browser/edittreeview.h2
-rw-r--r--examples/browser/history.cpp2
-rw-r--r--examples/browser/history.h2
-rw-r--r--examples/browser/main.cpp2
-rw-r--r--examples/browser/modelmenu.cpp2
-rw-r--r--examples/browser/modelmenu.h2
-rw-r--r--examples/browser/networkaccessmanager.cpp2
-rw-r--r--examples/browser/networkaccessmanager.h2
-rw-r--r--examples/browser/searchlineedit.cpp2
-rw-r--r--examples/browser/searchlineedit.h2
-rw-r--r--examples/browser/settings.cpp2
-rw-r--r--examples/browser/settings.h2
-rw-r--r--examples/browser/squeezelabel.cpp2
-rw-r--r--examples/browser/squeezelabel.h2
-rw-r--r--examples/browser/tabwidget.cpp2
-rw-r--r--examples/browser/tabwidget.h2
-rw-r--r--examples/browser/toolbarsearch.cpp2
-rw-r--r--examples/browser/toolbarsearch.h2
-rw-r--r--examples/browser/urllineedit.cpp2
-rw-r--r--examples/browser/urllineedit.h2
-rw-r--r--examples/browser/webview.cpp2
-rw-r--r--examples/browser/webview.h2
-rw-r--r--examples/browser/xbel.cpp2
-rw-r--r--examples/browser/xbel.h2
41 files changed, 41 insertions, 41 deletions
diff --git a/examples/browser/autosaver.cpp b/examples/browser/autosaver.cpp
index d624b3e..b802f77 100644
--- a/examples/browser/autosaver.cpp
+++ b/examples/browser/autosaver.cpp
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
diff --git a/examples/browser/autosaver.h b/examples/browser/autosaver.h
index faed86b..d17ff90 100644
--- a/examples/browser/autosaver.h
+++ b/examples/browser/autosaver.h
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
diff --git a/examples/browser/bookmarks.cpp b/examples/browser/bookmarks.cpp
index d3437e5..748a954 100644
--- a/examples/browser/bookmarks.cpp
+++ b/examples/browser/bookmarks.cpp
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
diff --git a/examples/browser/bookmarks.h b/examples/browser/bookmarks.h
index 74dbd0a..05d74d1 100644
--- a/examples/browser/bookmarks.h
+++ b/examples/browser/bookmarks.h
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
diff --git a/examples/browser/browserapplication.cpp b/examples/browser/browserapplication.cpp
index c6e98f7..7c318e3 100644
--- a/examples/browser/browserapplication.cpp
+++ b/examples/browser/browserapplication.cpp
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
diff --git a/examples/browser/browserapplication.h b/examples/browser/browserapplication.h
index e3b363a..231ef0f 100644
--- a/examples/browser/browserapplication.h
+++ b/examples/browser/browserapplication.h
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
diff --git a/examples/browser/browsermainwindow.cpp b/examples/browser/browsermainwindow.cpp
index 86eca57..cdebbc4 100644
--- a/examples/browser/browsermainwindow.cpp
+++ b/examples/browser/browsermainwindow.cpp
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
diff --git a/examples/browser/browsermainwindow.h b/examples/browser/browsermainwindow.h
index b9d953e..6bb3b1c 100644
--- a/examples/browser/browsermainwindow.h
+++ b/examples/browser/browsermainwindow.h
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
diff --git a/examples/browser/chasewidget.cpp b/examples/browser/chasewidget.cpp
index 03590e2..5610925 100644
--- a/examples/browser/chasewidget.cpp
+++ b/examples/browser/chasewidget.cpp
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
diff --git a/examples/browser/chasewidget.h b/examples/browser/chasewidget.h
index 1bd743a..d863514 100644
--- a/examples/browser/chasewidget.h
+++ b/examples/browser/chasewidget.h
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
diff --git a/examples/browser/cookiejar.cpp b/examples/browser/cookiejar.cpp
index bebe34e..4ae36e3 100644
--- a/examples/browser/cookiejar.cpp
+++ b/examples/browser/cookiejar.cpp
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
diff --git a/examples/browser/cookiejar.h b/examples/browser/cookiejar.h
index bc6d0eb..51a0081 100644
--- a/examples/browser/cookiejar.h
+++ b/examples/browser/cookiejar.h
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
diff --git a/examples/browser/downloadmanager.cpp b/examples/browser/downloadmanager.cpp
index f58f359..b190afd 100644
--- a/examples/browser/downloadmanager.cpp
+++ b/examples/browser/downloadmanager.cpp
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
diff --git a/examples/browser/downloadmanager.h b/examples/browser/downloadmanager.h
index a07cf5e..18127af 100644
--- a/examples/browser/downloadmanager.h
+++ b/examples/browser/downloadmanager.h
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
diff --git a/examples/browser/edittableview.cpp b/examples/browser/edittableview.cpp
index 974c7f0..df3b5d0 100644
--- a/examples/browser/edittableview.cpp
+++ b/examples/browser/edittableview.cpp
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
diff --git a/examples/browser/edittableview.h b/examples/browser/edittableview.h
index 1f1b07d..78fa6df 100644
--- a/examples/browser/edittableview.h
+++ b/examples/browser/edittableview.h
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
diff --git a/examples/browser/edittreeview.cpp b/examples/browser/edittreeview.cpp
index fe40de0..2008ee0 100644
--- a/examples/browser/edittreeview.cpp
+++ b/examples/browser/edittreeview.cpp
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
diff --git a/examples/browser/edittreeview.h b/examples/browser/edittreeview.h
index 60f2cfe..3c85fd5 100644
--- a/examples/browser/edittreeview.h
+++ b/examples/browser/edittreeview.h
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
diff --git a/examples/browser/history.cpp b/examples/browser/history.cpp
index bf437fd..5cc34f1 100644
--- a/examples/browser/history.cpp
+++ b/examples/browser/history.cpp
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
diff --git a/examples/browser/history.h b/examples/browser/history.h
index e9d46bf..4f95b33 100644
--- a/examples/browser/history.h
+++ b/examples/browser/history.h
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
diff --git a/examples/browser/main.cpp b/examples/browser/main.cpp
index 0350cef..926403d 100644
--- a/examples/browser/main.cpp
+++ b/examples/browser/main.cpp
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
diff --git a/examples/browser/modelmenu.cpp b/examples/browser/modelmenu.cpp
index c50f4de..4ebe330 100644
--- a/examples/browser/modelmenu.cpp
+++ b/examples/browser/modelmenu.cpp
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
diff --git a/examples/browser/modelmenu.h b/examples/browser/modelmenu.h
index 4ee4cb3..223a577 100644
--- a/examples/browser/modelmenu.h
+++ b/examples/browser/modelmenu.h
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
diff --git a/examples/browser/networkaccessmanager.cpp b/examples/browser/networkaccessmanager.cpp
index 3eb0cb7..d6d97a9 100644
--- a/examples/browser/networkaccessmanager.cpp
+++ b/examples/browser/networkaccessmanager.cpp
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
diff --git a/examples/browser/networkaccessmanager.h b/examples/browser/networkaccessmanager.h
index 710145f..c15bf60 100644
--- a/examples/browser/networkaccessmanager.h
+++ b/examples/browser/networkaccessmanager.h
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
diff --git a/examples/browser/searchlineedit.cpp b/examples/browser/searchlineedit.cpp
index 1b1798b..d086dd8 100644
--- a/examples/browser/searchlineedit.cpp
+++ b/examples/browser/searchlineedit.cpp
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
diff --git a/examples/browser/searchlineedit.h b/examples/browser/searchlineedit.h
index ea41657..a61be3e 100644
--- a/examples/browser/searchlineedit.h
+++ b/examples/browser/searchlineedit.h
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
diff --git a/examples/browser/settings.cpp b/examples/browser/settings.cpp
index f959ec5..48f319c 100644
--- a/examples/browser/settings.cpp
+++ b/examples/browser/settings.cpp
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
diff --git a/examples/browser/settings.h b/examples/browser/settings.h
index d49cd7b..53bcf82 100644
--- a/examples/browser/settings.h
+++ b/examples/browser/settings.h
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
diff --git a/examples/browser/squeezelabel.cpp b/examples/browser/squeezelabel.cpp
index 02ddcac..8411ccb 100644
--- a/examples/browser/squeezelabel.cpp
+++ b/examples/browser/squeezelabel.cpp
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
diff --git a/examples/browser/squeezelabel.h b/examples/browser/squeezelabel.h
index 8c72cb4..5a41510 100644
--- a/examples/browser/squeezelabel.h
+++ b/examples/browser/squeezelabel.h
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
diff --git a/examples/browser/tabwidget.cpp b/examples/browser/tabwidget.cpp
index 0613a91..582b101 100644
--- a/examples/browser/tabwidget.cpp
+++ b/examples/browser/tabwidget.cpp
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
diff --git a/examples/browser/tabwidget.h b/examples/browser/tabwidget.h
index 1da4d05..3e2f065 100644
--- a/examples/browser/tabwidget.h
+++ b/examples/browser/tabwidget.h
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
diff --git a/examples/browser/toolbarsearch.cpp b/examples/browser/toolbarsearch.cpp
index ec4f594..10726bb 100644
--- a/examples/browser/toolbarsearch.cpp
+++ b/examples/browser/toolbarsearch.cpp
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
diff --git a/examples/browser/toolbarsearch.h b/examples/browser/toolbarsearch.h
index f571564..c2cf48b 100644
--- a/examples/browser/toolbarsearch.h
+++ b/examples/browser/toolbarsearch.h
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
diff --git a/examples/browser/urllineedit.cpp b/examples/browser/urllineedit.cpp
index 55f6498..229501d 100644
--- a/examples/browser/urllineedit.cpp
+++ b/examples/browser/urllineedit.cpp
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
diff --git a/examples/browser/urllineedit.h b/examples/browser/urllineedit.h
index c5e07e6..daf4bff 100644
--- a/examples/browser/urllineedit.h
+++ b/examples/browser/urllineedit.h
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
diff --git a/examples/browser/webview.cpp b/examples/browser/webview.cpp
index ed23a8f..dc14153 100644
--- a/examples/browser/webview.cpp
+++ b/examples/browser/webview.cpp
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
diff --git a/examples/browser/webview.h b/examples/browser/webview.h
index 4c87c60..304948d 100644
--- a/examples/browser/webview.h
+++ b/examples/browser/webview.h
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
diff --git a/examples/browser/xbel.cpp b/examples/browser/xbel.cpp
index 53457ef..25692d3 100644
--- a/examples/browser/xbel.cpp
+++ b/examples/browser/xbel.cpp
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
diff --git a/examples/browser/xbel.h b/examples/browser/xbel.h
index 3bd42c0..c174132 100644
--- a/examples/browser/xbel.h
+++ b/examples/browser/xbel.h
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the demonstration applications of the Qt Toolkit.
**