summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsproxywidget.cpp
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2010-11-09 14:57:24 (GMT)
committerSergio Ahumada <sergio.ahumada@nokia.com>2010-11-09 14:57:24 (GMT)
commit594420567e7bfbf4f7bce0845eaf4f7d7a1e9380 (patch)
tree921e2d6b29cd760c42e81e5f734979c3f7109e3e /src/gui/graphicsview/qgraphicsproxywidget.cpp
parent83fb9c38d3f176b132138675be64ab477e72fe88 (diff)
downloadQt-594420567e7bfbf4f7bce0845eaf4f7d7a1e9380.zip
Qt-594420567e7bfbf4f7bce0845eaf4f7d7a1e9380.tar.gz
Qt-594420567e7bfbf4f7bce0845eaf4f7d7a1e9380.tar.bz2
Doc: Fixing typo
Diffstat (limited to 'src/gui/graphicsview/qgraphicsproxywidget.cpp')
-rw-r--r--src/gui/graphicsview/qgraphicsproxywidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/graphicsview/qgraphicsproxywidget.cpp b/src/gui/graphicsview/qgraphicsproxywidget.cpp
index 320395e..e0eb3bb 100644
--- a/src/gui/graphicsview/qgraphicsproxywidget.cpp
+++ b/src/gui/graphicsview/qgraphicsproxywidget.cpp
@@ -1508,7 +1508,7 @@ int QGraphicsProxyWidget::type() const
Creates a proxy widget for the given \a child of the widget
contained in this proxy.
- This function makes it possible to aquire proxies for
+ This function makes it possible to acquire proxies for
non top-level widgets. For instance, you can embed a dialog,
and then transform only one of its widgets.