diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2009-08-13 03:28:05 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2009-08-13 03:28:05 (GMT) |
commit | 019ae3a99ec0a308a7dd7efb6bdc54472e6e63aa (patch) | |
tree | 94838f0c1572e809da19c086018237cbbfdb1e01 /src/declarative/fx/fx.pri | |
parent | d51aa99179c0a30a7c78d8cf36d86f85ca887f7c (diff) | |
download | Qt-019ae3a99ec0a308a7dd7efb6bdc54472e6e63aa.zip Qt-019ae3a99ec0a308a7dd7efb6bdc54472e6e63aa.tar.gz Qt-019ae3a99ec0a308a7dd7efb6bdc54472e6e63aa.tar.bz2 |
Rename layouts to positioners
Diffstat (limited to 'src/declarative/fx/fx.pri')
-rw-r--r-- | src/declarative/fx/fx.pri | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/declarative/fx/fx.pri b/src/declarative/fx/fx.pri index 8b37009..5f574cd 100644 --- a/src/declarative/fx/fx.pri +++ b/src/declarative/fx/fx.pri @@ -20,8 +20,8 @@ HEADERS += \ fx/qfxitem_p.h \ fx/qfxfocusscope.h \ fx/qfxkeyproxy.h \ - fx/qfxlayouts.h \ - fx/qfxlayouts_p.h \ + fx/qfxpositioners.h \ + fx/qfxpositioners_p.h \ fx/qfxloader.h \ fx/qfxloader_p.h \ fx/qfxmouseregion.h \ @@ -61,7 +61,7 @@ SOURCES += \ fx/qfxitem.cpp \ fx/qfxfocusscope.cpp \ fx/qfxkeyproxy.cpp \ - fx/qfxlayouts.cpp \ + fx/qfxpositioners.cpp \ fx/qfxloader.cpp \ fx/qfxmouseregion.cpp \ fx/qfxpath.cpp \ |