From: Lars Knoll Date: Fri, 12 Apr 2013 13:26:48 +0000 (+0200) Subject: Rename file to reflect class name change X-Git-Tag: upstream/5.2.1~669^2~659^2~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=402cba7089fa63f0b8b5e08d33df28a8af976d45;p=platform%2Fupstream%2Fqtdeclarative.git Rename file to reflect class name change Change-Id: Ib6d32ac61f54f2fb4325f67c54aeb01b99624ab9 Reviewed-by: Simon Hausmann --- diff --git a/src/v4/qv4engine.h b/src/v4/qv4engine.h index 9cf36d4..538796e 100644 --- a/src/v4/qv4engine.h +++ b/src/v4/qv4engine.h @@ -46,7 +46,7 @@ #include "qv4object.h" #include "qv4util.h" #include "qv4context.h" -#include "qv4propertydescriptor.h" +#include "qv4property.h" #include #include diff --git a/src/v4/qv4functionobject.h b/src/v4/qv4functionobject.h index 1be3dd5..e186057 100644 --- a/src/v4/qv4functionobject.h +++ b/src/v4/qv4functionobject.h @@ -50,7 +50,7 @@ #include "qv4codegen_p.h" #include "qv4isel_p.h" #include "qv4managed.h" -#include "qv4propertydescriptor.h" +#include "qv4property.h" #include "qv4objectiterator.h" #include "qv4regexp.h" diff --git a/src/v4/qv4object.h b/src/v4/qv4object.h index a5ef096..226c005 100644 --- a/src/v4/qv4object.h +++ b/src/v4/qv4object.h @@ -50,7 +50,7 @@ #include "qv4codegen_p.h" #include "qv4isel_p.h" #include "qv4managed.h" -#include "qv4propertydescriptor.h" +#include "qv4property.h" #include "qv4internalclass.h" #include "qv4objectiterator.h" diff --git a/src/v4/qv4objectiterator.h b/src/v4/qv4objectiterator.h index 06c6ee8..c740132 100644 --- a/src/v4/qv4objectiterator.h +++ b/src/v4/qv4objectiterator.h @@ -43,7 +43,7 @@ #include "qv4value.h" #include -#include +#include QT_BEGIN_NAMESPACE diff --git a/src/v4/qv4propertydescriptor.h b/src/v4/qv4property.h similarity index 100% rename from src/v4/qv4propertydescriptor.h rename to src/v4/qv4property.h diff --git a/src/v4/qv4regexpobject.h b/src/v4/qv4regexpobject.h index 9447c05..df4190b 100644 --- a/src/v4/qv4regexpobject.h +++ b/src/v4/qv4regexpobject.h @@ -49,7 +49,7 @@ #include "qv4codegen_p.h" #include "qv4isel_p.h" #include "qv4managed.h" -#include "qv4propertydescriptor.h" +#include "qv4property.h" #include "qv4objectiterator.h" #include "qv4regexp.h" diff --git a/src/v4/qv4sparsearray.h b/src/v4/qv4sparsearray.h index c0a79b2..a6f7d40 100644 --- a/src/v4/qv4sparsearray.h +++ b/src/v4/qv4sparsearray.h @@ -45,7 +45,7 @@ #include "qv4global.h" #include #include -#include +#include #include #ifdef Q_MAP_DEBUG diff --git a/src/v4/v4.pro b/src/v4/v4.pro index 6213268..7f5e3e5 100644 --- a/src/v4/v4.pro +++ b/src/v4/v4.pro @@ -86,7 +86,7 @@ HEADERS += \ qv4regexpobject.h \ qv4stringobject.h \ qv4string.h \ - qv4propertydescriptor.h \ + qv4property.h \ qv4objectiterator.h \ qv4regexp.h \ qv4unwindhelper.h \