summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxborderimage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/fx/qfxborderimage.h')
-rw-r--r--src/declarative/fx/qfxborderimage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxborderimage.h b/src/declarative/fx/qfxborderimage.h
index 0a66b52..eae9bd1 100644
--- a/src/declarative/fx/qfxborderimage.h
+++ b/src/declarative/fx/qfxborderimage.h
@@ -68,7 +68,7 @@ public:
QFxScaleGrid *border();
- enum TileMode { Stretch = Qt::Stretch, Repeat = Qt::Repeat, Round = Qt::Round };
+ enum TileMode { Stretch = Qt::StretchTile, Repeat = Qt::RepeatTile, Round = Qt::RoundTile };
TileMode horizontalTileMode() const;
void setHorizontalTileMode(TileMode);