diff options
Diffstat (limited to 'src/declarative/extra/extra.pri')
-rw-r--r-- | src/declarative/extra/extra.pri | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/declarative/extra/extra.pri b/src/declarative/extra/extra.pri index 5e5e74e..47cc8f8 100644 --- a/src/declarative/extra/extra.pri +++ b/src/declarative/extra/extra.pri @@ -2,9 +2,9 @@ SOURCES += \ extra/qnumberformat.cpp \ extra/qmlnumberformatter.cpp \ extra/qmldatetimeformatter.cpp \ - extra/qfxintegermodel.cpp \ - extra/qfxanimatedimageitem.cpp \ - extra/qfxparticles.cpp \ + extra/qmlgraphicsintegermodel.cpp \ + extra/qmlgraphicsanimatedimageitem.cpp \ + extra/qmlgraphicsparticles.cpp \ extra/qmlbehavior.cpp \ extra/qmlfontloader.cpp @@ -12,10 +12,10 @@ HEADERS += \ extra/qnumberformat.h \ extra/qmlnumberformatter.h \ extra/qmldatetimeformatter.h \ - extra/qfxintegermodel.h \ - extra/qfxanimatedimageitem.h \ - extra/qfxanimatedimageitem_p.h \ - extra/qfxparticles.h \ + extra/qmlgraphicsintegermodel.h \ + extra/qmlgraphicsanimatedimageitem.h \ + extra/qmlgraphicsanimatedimageitem_p.h \ + extra/qmlgraphicsparticles.h \ extra/qmlbehavior.h \ extra/qmlfontloader.h |