summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-04-12 15:26:48 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2013-04-12 15:29:05 +0200
commit402cba7089fa63f0b8b5e08d33df28a8af976d45 (patch)
tree544b7ca5b99b3d4f2c985d9cb1cb937c4f0a5827
parent9b6e522a52e92d992f3e363164ca94392e8461e7 (diff)
Rename file to reflect class name change
Change-Id: Ib6d32ac61f54f2fb4325f67c54aeb01b99624ab9 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
-rw-r--r--src/v4/qv4engine.h2
-rw-r--r--src/v4/qv4functionobject.h2
-rw-r--r--src/v4/qv4object.h2
-rw-r--r--src/v4/qv4objectiterator.h2
-rw-r--r--src/v4/qv4property.h (renamed from src/v4/qv4propertydescriptor.h)0
-rw-r--r--src/v4/qv4regexpobject.h2
-rw-r--r--src/v4/qv4sparsearray.h2
-rw-r--r--src/v4/v4.pro2
8 files changed, 7 insertions, 7 deletions
diff --git a/src/v4/qv4engine.h b/src/v4/qv4engine.h
index 9cf36d40..538796ee 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 <setjmp.h>
#include <wtf/BumpPointerAllocator.h>
diff --git a/src/v4/qv4functionobject.h b/src/v4/qv4functionobject.h
index 1be3dd5e..e1860573 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 a5ef0969..226c0056 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 06c6ee80..c7401326 100644
--- a/src/v4/qv4objectiterator.h
+++ b/src/v4/qv4objectiterator.h
@@ -43,7 +43,7 @@
#include "qv4value.h"
#include <qv4internalclass.h>
-#include <qv4propertydescriptor.h>
+#include <qv4property.h>
QT_BEGIN_NAMESPACE
diff --git a/src/v4/qv4propertydescriptor.h b/src/v4/qv4property.h
index afb5ede2..afb5ede2 100644
--- a/src/v4/qv4propertydescriptor.h
+++ b/src/v4/qv4property.h
diff --git a/src/v4/qv4regexpobject.h b/src/v4/qv4regexpobject.h
index 9447c051..df4190ba 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 c0a79b20..a6f7d40c 100644
--- a/src/v4/qv4sparsearray.h
+++ b/src/v4/qv4sparsearray.h
@@ -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
diff --git a/src/v4/v4.pro b/src/v4/v4.pro
index 62132687..7f5e3e50 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 \