diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-07-17 04:25:03 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-07-17 04:25:03 (GMT) |
commit | 603cfb5665f10e0cbef3d67df04e33d3e1e2b5f2 (patch) | |
tree | 9b7268d09720174a219aedb3ecad1ea20b04bf09 /src/declarative/fx/fx.pri | |
parent | 43f131a0a5aaddf35b7b4b4c50468e2bb9db4965 (diff) | |
download | Qt-603cfb5665f10e0cbef3d67df04e33d3e1e2b5f2.zip Qt-603cfb5665f10e0cbef3d67df04e33d3e1e2b5f2.tar.gz Qt-603cfb5665f10e0cbef3d67df04e33d3e1e2b5f2.tar.bz2 |
WidgetContainer renamed to GraphicsObjectContainer.
Also corrected handling of scene change.
Diffstat (limited to 'src/declarative/fx/fx.pri')
-rw-r--r-- | src/declarative/fx/fx.pri | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/fx/fx.pri b/src/declarative/fx/fx.pri index 413b8db..24c5536 100644 --- a/src/declarative/fx/fx.pri +++ b/src/declarative/fx/fx.pri @@ -40,7 +40,7 @@ HEADERS += \ fx/qfxpixmap.cpp \ fx/qfxvisualitemmodel.h \ fx/qfxlistview.h \ - fx/qfxwidgetcontainer.h \ + fx/qfxgraphicsobjectcontainer.h \ SOURCES += \ fx/qfxanchors.cpp \ @@ -69,7 +69,7 @@ SOURCES += \ fx/qfxpixmap.cpp \ fx/qfxvisualitemmodel.cpp \ fx/qfxlistview.cpp \ - fx/qfxwidgetcontainer.cpp \ + fx/qfxgraphicsobjectcontainer.cpp \ contains(QT_CONFIG, webkit) { QT+=webkit |