diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2009-08-03 07:51:33 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2009-08-03 07:51:33 (GMT) |
commit | 3889a8947a9f8bf3a159dbd5e2c3ed1a63d3cb8d (patch) | |
tree | bdfed00ab09ec682075d6b7d05642027563ba14e /src/declarative/fx/fx.pri | |
parent | 14c57306bb0d9edd6c45cd142b49896f746fe9d1 (diff) | |
download | Qt-3889a8947a9f8bf3a159dbd5e2c3ed1a63d3cb8d.zip Qt-3889a8947a9f8bf3a159dbd5e2c3ed1a63d3cb8d.tar.gz Qt-3889a8947a9f8bf3a159dbd5e2c3ed1a63d3cb8d.tar.bz2 |
Renaming: FocusRealm -> FocusScope
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 2c98dd3..bbb09fb 100644 --- a/src/declarative/fx/fx.pri +++ b/src/declarative/fx/fx.pri @@ -14,7 +14,7 @@ HEADERS += \ fx/qfximage_p.h \ fx/qfxitem.h \ fx/qfxitem_p.h \ - fx/qfxfocusrealm.h \ + fx/qfxfocusscope.h \ fx/qfxkeyactions.h \ fx/qfxkeyproxy.h \ fx/qfxlayouts.h \ @@ -53,7 +53,7 @@ SOURCES += \ fx/qfximage.cpp \ fx/qfxpainteditem.cpp \ fx/qfxitem.cpp \ - fx/qfxfocusrealm.cpp \ + fx/qfxfocusscope.cpp \ fx/qfxkeyactions.cpp \ fx/qfxkeyproxy.cpp \ fx/qfxlayouts.cpp \ |