Rename file to reflect class name change
authorLars Knoll <lars.knoll@digia.com>
Fri, 12 Apr 2013 13:26:48 +0000 (15:26 +0200)
committerSimon Hausmann <simon.hausmann@digia.com>
Fri, 12 Apr 2013 13:29:05 +0000 (15:29 +0200)
Change-Id: Ib6d32ac61f54f2fb4325f67c54aeb01b99624ab9
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
src/v4/qv4engine.h
src/v4/qv4functionobject.h
src/v4/qv4object.h
src/v4/qv4objectiterator.h
src/v4/qv4property.h [moved from src/v4/qv4propertydescriptor.h with 100% similarity]
src/v4/qv4regexpobject.h
src/v4/qv4sparsearray.h
src/v4/v4.pro

index 9cf36d4..538796e 100644 (file)
@@ -46,7 +46,7 @@
 #include "qv4object.h"
 #include "qv4util.h"
 #include "qv4context.h"
-#include "qv4propertydescriptor.h"
+#include "qv4property.h"
 #include <setjmp.h>
 
 #include <wtf/BumpPointerAllocator.h>
index 1be3dd5..e186057 100644 (file)
@@ -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"
 
index a5ef096..226c005 100644 (file)
@@ -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"
 
index 06c6ee8..c740132 100644 (file)
@@ -43,7 +43,7 @@
 
 #include "qv4value.h"
 #include <qv4internalclass.h>
-#include <qv4propertydescriptor.h>
+#include <qv4property.h>
 
 QT_BEGIN_NAMESPACE
 
index 9447c05..df4190b 100644 (file)
@@ -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"
 
index c0a79b2..a6f7d40 100644 (file)
@@ -45,7 +45,7 @@
 #include "qv4global.h"
 #include <QtCore/qmap.h>
 #include <qv4value.h>
-#include <qv4propertydescriptor.h>
+#include <qv4property.h>
 #include <assert.h>
 
 #ifdef Q_MAP_DEBUG
index 6213268..7f5e3e5 100644 (file)
@@ -86,7 +86,7 @@ HEADERS += \
     qv4regexpobject.h \
     qv4stringobject.h \
     qv4string.h \
-    qv4propertydescriptor.h \
+    qv4property.h \
     qv4objectiterator.h \
     qv4regexp.h \
     qv4unwindhelper.h \