summaryrefslogtreecommitdiffstats
path: root/src/gui/image
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/gui/image
parentef9fec988d3d7ea33836a08128119f99747dc9d5 (diff)
Update URL of online documentation.
Reviewed-by: Trust Me
Diffstat (limited to 'src/gui/image')
-rw-r--r--src/gui/image/qpixmapcache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/image/qpixmapcache.cpp b/src/gui/image/qpixmapcache.cpp
index 0aa356a935..6b6060150e 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.