diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-10-30 06:21:58 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-10-30 06:21:58 (GMT) |
commit | 9c8774e4aff4e21eb7dc4b98ce525e0b1a8285f6 (patch) | |
tree | ccaee490b141ecaedfa077d2f4b413192eaf9bf0 /tests/auto/declarative/animatedimage | |
parent | 564894627debad93433f16506ccf32afeb23d004 (diff) | |
download | Qt-9c8774e4aff4e21eb7dc4b98ce525e0b1a8285f6.zip Qt-9c8774e4aff4e21eb7dc4b98ce525e0b1a8285f6.tar.gz Qt-9c8774e4aff4e21eb7dc4b98ce525e0b1a8285f6.tar.bz2 |
Fixup mistakes following renaming files
Diffstat (limited to 'tests/auto/declarative/animatedimage')
-rw-r--r-- | tests/auto/declarative/animatedimage/tst_animatedimage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/animatedimage/tst_animatedimage.cpp b/tests/auto/declarative/animatedimage/tst_animatedimage.cpp index bedf97c..e2b96d0 100644 --- a/tests/auto/declarative/animatedimage/tst_animatedimage.cpp +++ b/tests/auto/declarative/animatedimage/tst_animatedimage.cpp @@ -4,7 +4,7 @@ #include <QtDeclarative/qmlview.h> #include <private/qmlgraphicsrect_p.h> #include <private/qmlgraphicsimage_p.h> -#include "qmlgraphicsanimatedimageitem_p.h" +#include <private/qmlgraphicsanimatedimageitem_p.h> class tst_animatedimage : public QObject { |