summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKavindra Devi Palaraja <kavindra.palaraja@nokia.com>2009-07-29 15:17:12 (GMT)
committerKavindra Devi Palaraja <kavindra.palaraja@nokia.com>2009-07-29 15:17:33 (GMT)
commitd63f08018b0952eb917e090f214a1dbe24e2a767 (patch)
treeb1e2ea6c811f0527c4807248822e488eb3bf21af /src
parent7ac907ca7cfaac6698bc044e60ffd4d5d4a65d42 (diff)
downloadQt-d63f08018b0952eb917e090f214a1dbe24e2a767.zip
Qt-d63f08018b0952eb917e090f214a1dbe24e2a767.tar.gz
Qt-d63f08018b0952eb917e090f214a1dbe24e2a767.tar.bz2
Doc - Renamed the cursor's images to illustrate splitV and splitH properly
Task: 258895 Reviewed-By: Jens Bache-Wiig
Diffstat (limited to 'src')
-rw-r--r--src/gui/kernel/qcursor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/kernel/qcursor.cpp b/src/gui/kernel/qcursor.cpp
index 6fb5f5a..c48a781 100644
--- a/src/gui/kernel/qcursor.cpp
+++ b/src/gui/kernel/qcursor.cpp
@@ -127,11 +127,11 @@ QT_BEGIN_NAMESPACE
\o Qt::SizeAllCursor \o \c size_all
\row \o \inlineimage cursor-busy.png
\o Qt::BusyCursor \o \c left_ptr_watch
- \o \inlineimage cursor-hsplit.png
+ \o \inlineimage cursor-vsplit.png
\o Qt::SplitVCursor \o \c split_v
\row \o \inlineimage cursor-forbidden.png
\o Qt::ForbiddenCursor \o \c forbidden
- \o \inlineimage cursor-vsplit.png
+ \o \inlineimage cursor-hsplit.png
\o Qt::SplitHCursor \o \c split_h
\row \o \inlineimage cursor-hand.png
\o Qt::PointingHandCursor \o \c pointing_hand