aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmllocale_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/qqmllocale_p.h')
-rw-r--r--src/qml/qml/qqmllocale_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/qml/qqmllocale_p.h b/src/qml/qml/qqmllocale_p.h
index 233624453f..96c0712378 100644
--- a/src/qml/qml/qqmllocale_p.h
+++ b/src/qml/qml/qqmllocale_p.h
@@ -123,9 +123,9 @@ private:
struct QQmlLocaleData : public QV4::Object
{
- struct Data : Object::Data {
+ struct Data : QV4::Heap::Object {
Data(QV4::ExecutionEngine *engine)
- : Object::Data(engine)
+ : QV4::Heap::Object(engine)
{
setVTable(staticVTable());
}