summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2009-08-11 20:29:21 +1000
committerJason McDonald <jason.mcdonald@nokia.com>2009-08-11 20:29:21 +1000
commitf5408614bf3fe20ad5c4937c2329c8a77b8753cf (patch)
tree14648e99f6d8d8ec1f7b8e789ed833ac2a050703 /src
parentef9fec988d3d7ea33836a08128119f99747dc9d5 (diff)
Update URL of online documentation.
Reviewed-by: Trust Me
Diffstat (limited to 'src')
-rw-r--r--src/gui/dialogs/qwizard.cpp2
-rw-r--r--src/gui/image/qpixmapcache.cpp2
-rw-r--r--src/gui/kernel/qlayoutitem.cpp2
-rw-r--r--src/network/kernel/qurlinfo.cpp2
-rw-r--r--src/qt3support/itemviews/q3iconview.cpp2
-rw-r--r--src/qt3support/network/q3url.cpp6
6 files changed, 8 insertions, 8 deletions
diff --git a/src/gui/dialogs/qwizard.cpp b/src/gui/dialogs/qwizard.cpp
index 329fce945..59f296c8f 100644
--- a/src/gui/dialogs/qwizard.cpp
+++ b/src/gui/dialogs/qwizard.cpp
@@ -3461,7 +3461,7 @@ bool QWizardPage::validatePage()
from the rest of your implementation, whenever the value of isComplete()
changes. This ensures that QWizard updates the enabled or disabled state of
its buttons. An example of the reimplementation is
- available \l{http://doc.trolltech.com/qq/qq22-qwizard.html#validatebeforeitstoolate}
+ available \l{http://qt.nokia.com/doc/qq/qq22-qwizard.html#validatebeforeitstoolate}
{here}.
\sa completeChanged(), isFinalPage()
diff --git a/src/gui/image/qpixmapcache.cpp b/src/gui/image/qpixmapcache.cpp
index 0aa356a93..6b6060150 100644
--- a/src/gui/image/qpixmapcache.cpp
+++ b/src/gui/image/qpixmapcache.cpp
@@ -79,7 +79,7 @@ QT_BEGIN_NAMESPACE
(\e{width} * \e{height} * \e{depth})/8 bytes of memory.
The \e{Qt Quarterly} article
- \l{http://doc.trolltech.com/qq/qq12-qpixmapcache.html}{Optimizing
+ \l{http://qt.nokia.com/doc/qq/qq12-qpixmapcache.html}{Optimizing
with QPixmapCache} explains how to use QPixmapCache to speed up
applications by caching the results of painting.
diff --git a/src/gui/kernel/qlayoutitem.cpp b/src/gui/kernel/qlayoutitem.cpp
index 4fabbc281..671cf064d 100644
--- a/src/gui/kernel/qlayoutitem.cpp
+++ b/src/gui/kernel/qlayoutitem.cpp
@@ -106,7 +106,7 @@ QSizePolicy::operator QVariant() const
be expressed using hasHeightForWidth(), heightForWidth(), and
minimumHeightForWidth(). For more explanation see the \e{Qt
Quarterly} article
- \l{http://doc.trolltech.com/qq/qq04-height-for-width.html}{Trading
+ \l{http://qt.nokia.com/doc/qq/qq04-height-for-width.html}{Trading
Height for Width}.
\sa QLayout
diff --git a/src/network/kernel/qurlinfo.cpp b/src/network/kernel/qurlinfo.cpp
index 9a9cfffd3..626bce25a 100644
--- a/src/network/kernel/qurlinfo.cpp
+++ b/src/network/kernel/qurlinfo.cpp
@@ -215,7 +215,7 @@ QUrlInfo::QUrlInfo(const QUrl &url, int permissions, const QString &owner,
/*!
Sets the name of the URL to \a name. The name is the full text,
- for example, "http://doc.trolltech.com/qurlinfo.html".
+ for example, "http://qt.nokia.com/doc/qurlinfo.html".
If you call this function for an invalid URL info, this function
turns it into a valid one.
diff --git a/src/qt3support/itemviews/q3iconview.cpp b/src/qt3support/itemviews/q3iconview.cpp
index aa01d532c..e5f43ee49 100644
--- a/src/qt3support/itemviews/q3iconview.cpp
+++ b/src/qt3support/itemviews/q3iconview.cpp
@@ -535,7 +535,7 @@ bool Q3IconDragData::operator==(const Q3IconDragData &i) const
The data in Q3IconDragItems is stored in a QByteArray and is
mime-typed (see QMimeSource and the
- \link http://doc.trolltech.com/dnd.html Drag and Drop\endlink
+ \link http://qt.nokia.com/doc/dnd.html Drag and Drop\endlink
overview). If you want to use your own mime-types derive a class
from Q3IconDrag and reimplement format(), encodedData() and
canDecode().
diff --git a/src/qt3support/network/q3url.cpp b/src/qt3support/network/q3url.cpp
index ef3282ff2..4d3ad940f 100644
--- a/src/qt3support/network/q3url.cpp
+++ b/src/qt3support/network/q3url.cpp
@@ -123,13 +123,13 @@ static void slashify( QString& s, bool allowMultiple = true )
Example:
- <tt>http://doc.trolltech.com/qdockarea.html#lines</tt>
+ <tt>http://qt.nokia.com/doc/qdockarea.html#lines</tt>
\table
\header \i Function \i Returns
\row \i \l protocol() \i "http"
- \row \i \l host() \i "doc.trolltech.com"
- \row \i \l fileName() \i "qdockarea.html"
+ \row \i \l host() \i "qt.nokia.com"
+ \row \i \l fileName() \i "doc/qdockarea.html"
\row \i \l ref() \i "lines"
\endtable