summaryrefslogtreecommitdiffstats
path: root/doc/src/eventsandfilters.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/eventsandfilters.qdoc')
-rw-r--r--doc/src/eventsandfilters.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/eventsandfilters.qdoc b/doc/src/eventsandfilters.qdoc
index 0c04135c1..a67e523e7 100644
--- a/doc/src/eventsandfilters.qdoc
+++ b/doc/src/eventsandfilters.qdoc
@@ -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$
**
****************************************************************************/
@@ -101,7 +101,7 @@
event delivery mechanisms are flexible. The documentation for
QCoreApplication::notify() concisely tells the whole story; the
\e{Qt Quarterly} article
- \l{http://doc.trolltech.com/qq/qq11-events.html}{Another Look at Events}
+ \l{http://qt.nokia.com/doc/qq/qq11-events.html}{Another Look at Events}
rehashes it less concisely. Here we will explain enough for 95%
of applications.