summaryrefslogtreecommitdiffstats
path: root/src/v4/qv4object.h
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 /src/v4/qv4object.h
parent9b6e522a52e92d992f3e363164ca94392e8461e7 (diff)
Rename file to reflect class name change
Change-Id: Ib6d32ac61f54f2fb4325f67c54aeb01b99624ab9 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/v4/qv4object.h')
-rw-r--r--src/v4/qv4object.h2
1 files changed, 1 insertions, 1 deletions
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"