summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxanchors_p.h
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-07-31 01:34:36 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-07-31 01:34:36 (GMT)
commit56f67f2fdf84fe5e7660552c52b67c4e474054dd (patch)
tree7e1b59cd738432c8a48616621934381ddf2e298c /src/declarative/fx/qfxanchors_p.h
parent8d9690cca4a13d4951b3d303eb57dbe4e25ce21c (diff)
downloadQt-56f67f2fdf84fe5e7660552c52b67c4e474054dd.zip
Qt-56f67f2fdf84fe5e7660552c52b67c4e474054dd.tar.gz
Qt-56f67f2fdf84fe5e7660552c52b67c4e474054dd.tar.bz2
Rename centeredIn to centerIn.
Diffstat (limited to 'src/declarative/fx/qfxanchors_p.h')
-rw-r--r--src/declarative/fx/qfxanchors_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/declarative/fx/qfxanchors_p.h b/src/declarative/fx/qfxanchors_p.h
index 7ce0952..1827324 100644
--- a/src/declarative/fx/qfxanchors_p.h
+++ b/src/declarative/fx/qfxanchors_p.h
@@ -65,7 +65,7 @@ public:
QFxAnchorsPrivate()
: updatingMe(false), updatingHorizontalAnchor(0),
updatingVerticalAnchor(0), item(0), usedAnchors(0), fill(0),
- centeredIn(0), leftMargin(0), rightMargin(0), topMargin(0),
+ centerIn(0), leftMargin(0), rightMargin(0), topMargin(0),
bottomMargin(0), vCenterOffset(0), hCenterOffset(0),
componentComplete(true)
{
@@ -104,13 +104,13 @@ public:
void updateHorizontalAnchors();
void updateVerticalAnchors();
void fillChanged();
- void centeredInChanged();
+ void centerInChanged();
QFxItem *item;
QFxAnchors::UsedAnchors usedAnchors;
QFxItem *fill;
- QFxItem *centeredIn;
+ QFxItem *centerIn;
QFxAnchorLine left;
QFxAnchorLine right;