summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxrect.cpp
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-09-22 07:27:19 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-09-22 07:27:19 (GMT)
commit52920c5a1cabddb9d0e31a8ef91b741a8c38c69b (patch)
tree761f47fc8bba32b96913ff9734ac97fc6d6e1b10 /src/declarative/fx/qfxrect.cpp
parent6b2e0b4c5851a156c1f5fa0f73e9b1266ddc6930 (diff)
parent83fa27d3fc692e06e10cb0dd57b8f59b38d24637 (diff)
downloadQt-52920c5a1cabddb9d0e31a8ef91b741a8c38c69b.zip
Qt-52920c5a1cabddb9d0e31a8ef91b741a8c38c69b.tar.gz
Qt-52920c5a1cabddb9d0e31a8ef91b741a8c38c69b.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'src/declarative/fx/qfxrect.cpp')
-rw-r--r--src/declarative/fx/qfxrect.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/fx/qfxrect.cpp b/src/declarative/fx/qfxrect.cpp
index 7d6340f..1a41b5d 100644
--- a/src/declarative/fx/qfxrect.cpp
+++ b/src/declarative/fx/qfxrect.cpp
@@ -52,7 +52,7 @@ QML_DEFINE_TYPE(Qt,4,6,(QT_VERSION&0x00ff00)>>8,Gradient,QFxGradient)
/*!
\internal
\class QFxPen
- \brief The QFxPen class provides a pen used for drawing rectangle borders on a QFxView.
+ \brief The QFxPen class provides a pen used for drawing rectangle borders on a QmlView.
By default, the pen is invalid and nothing is drawn. You must either set a color (then the default
width is 1) or a width (then the default color is black).
@@ -175,7 +175,7 @@ QML_DEFINE_TYPE(Qt,4,6,(QT_VERSION&0x00ff00)>>8,Rectangle,QFxRect)
/*!
\internal
\class QFxRect
- \brief The QFxRect class provides a rectangle item that you can add to a QFxView.
+ \brief The QFxRect class provides a rectangle item that you can add to a QmlView.
*/
QFxRect::QFxRect(QFxItem *parent)
: QFxItem(*(new QFxRectPrivate), parent)