summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qgesture.cpp
diff options
context:
space:
mode:
authorKevin Wright <kevin.wright@nokia.com>2010-07-27 07:22:24 (GMT)
committerKevin Wright <kevin.wright@nokia.com>2010-07-27 07:22:24 (GMT)
commita02eba0de0fcf9a17d489ee1f92977c95d3afd76 (patch)
treed38c4c2d4f1358f4456c2364ad0ad2094745f463 /src/gui/kernel/qgesture.cpp
parent64087b078f3767a2190f2b4a0d4aca2a6165ebda (diff)
downloadQt-a02eba0de0fcf9a17d489ee1f92977c95d3afd76.zip
Qt-a02eba0de0fcf9a17d489ee1f92977c95d3afd76.tar.gz
Qt-a02eba0de0fcf9a17d489ee1f92977c95d3afd76.tar.bz2
Modified file/directory names and text to remove disallowed terminology.
Diffstat (limited to 'src/gui/kernel/qgesture.cpp')
-rw-r--r--src/gui/kernel/qgesture.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/kernel/qgesture.cpp b/src/gui/kernel/qgesture.cpp
index 6359ecf..4a4452a 100644
--- a/src/gui/kernel/qgesture.cpp
+++ b/src/gui/kernel/qgesture.cpp
@@ -306,10 +306,10 @@ void QPanGesture::setAcceleration(qreal value)
\class QPinchGesture
\since 4.6
\brief The QPinchGesture class describes a pinch gesture made my the user.
- \ingroup multitouch
+ \ingroup touch
\ingroup gestures
- A pinch gesture is a form of multitouch user input in which the user typically
+ A pinch gesture is a form of touch user input in which the user typically
touches two points on the input device with a thumb and finger, before moving
them closer together or further apart to change the scale factor, zoom, or level
of detail of the user interface.
@@ -389,7 +389,7 @@ void QPanGesture::setAcceleration(qreal value)
\brief the current scale factor
The scale factor measures the scale factor associated with the distance
- between two of the user's inputs on a multitouch device.
+ between two of the user's inputs on a touch device.
\sa totalScaleFactor, lastScaleFactor
*/