summaryrefslogtreecommitdiffstats
path: root/src/qt3support
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2009-08-12 15:55:39 +1000
committerJason McDonald <jason.mcdonald@nokia.com>2009-08-12 15:55:39 +1000
commite6b6dfb42ea4b649b52df9d17628bfdf3f9d29e4 (patch)
tree108c61f23858acf7a79b61bfa45752c0d0f0ebb5 /src/qt3support
parent26a9bcd7aa2be43329d2c89301612de20ec7a838 (diff)
Update references to online documentation.
Reviewed-by: Trust Me
Diffstat (limited to 'src/qt3support')
-rw-r--r--src/qt3support/itemviews/q3iconview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt3support/itemviews/q3iconview.cpp b/src/qt3support/itemviews/q3iconview.cpp
index f0cfe0b5b1..8ad05fd8c4 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().