diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2009-11-02 06:51:03 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2009-11-02 06:51:03 (GMT) |
commit | a0c07728c391f6c209fef7678a708a83084fac6a (patch) | |
tree | 5d9b97dad97403ec8d10f65aa0a4f7601306ac10 /tests/auto/declarative/anchors | |
parent | d073dfb82c02c1d0a9818525a2a4a4f1adbf44bf (diff) | |
download | Qt-a0c07728c391f6c209fef7678a708a83084fac6a.zip Qt-a0c07728c391f6c209fef7678a708a83084fac6a.tar.gz Qt-a0c07728c391f6c209fef7678a708a83084fac6a.tar.bz2 |
more renaming
Diffstat (limited to 'tests/auto/declarative/anchors')
-rw-r--r-- | tests/auto/declarative/anchors/tst_anchors.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/anchors/tst_anchors.cpp b/tests/auto/declarative/anchors/tst_anchors.cpp index 2d81b21..8abf04f 100644 --- a/tests/auto/declarative/anchors/tst_anchors.cpp +++ b/tests/auto/declarative/anchors/tst_anchors.cpp @@ -42,7 +42,7 @@ #include <QtDeclarative/qmlengine.h> #include <QtDeclarative/qmlcomponent.h> #include <QtDeclarative/qmlview.h> -#include <private/qmlgraphicsrect_p.h> +#include <private/qmlgraphicsrectangle_p.h> #include <QtDeclarative/private/qmlgraphicsanchors_p_p.h> |