summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/drilldown.qdoc
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2009-06-16 12:28:19 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2009-06-16 12:37:09 (GMT)
commitbc0ad71e4d197c594e86cb2a1c27b5008a40f3b4 (patch)
tree1e412b5f831a77043a75205d0dc6bc7cc09b1c90 /doc/src/examples/drilldown.qdoc
parent858c70f768eeb2d65cefd4115f4e9089b588b2d0 (diff)
downloadQt-bc0ad71e4d197c594e86cb2a1c27b5008a40f3b4.zip
Qt-bc0ad71e4d197c594e86cb2a1c27b5008a40f3b4.tar.gz
Qt-bc0ad71e4d197c594e86cb2a1c27b5008a40f3b4.tar.bz2
Cleanup our usage of the term "Qt Software".
Reviewed-by: Trust Me
Diffstat (limited to 'doc/src/examples/drilldown.qdoc')
-rw-r--r--doc/src/examples/drilldown.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/examples/drilldown.qdoc b/doc/src/examples/drilldown.qdoc
index f365cf9..abc3d6d 100644
--- a/doc/src/examples/drilldown.qdoc
+++ b/doc/src/examples/drilldown.qdoc
@@ -50,7 +50,7 @@
\image drilldown-example.png Screenshot of the Drill Down Example
When running the example application, a user can retrieve
- information about each of Nokia's Qt Software offices by clicking the
+ information about each of Nokia's Qt offices by clicking the
corresponding image. The application pops up an information window
displaying the data, and allows the users to alter the location
description as well as the image. The main view will be updated
@@ -294,7 +294,7 @@
The QGraphicsView class is part of the \l {The Graphics View
Framework} which we will use to display the images of Nokia's
- Qt Software offices. To be able to respond to user interaction;
+ Qt offices. To be able to respond to user interaction;
i.e., showing the
appropriate information window whenever the user clicks one of the
office images, we reimplement QGraphicsView's \l