aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler/qmljstypereader_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmlcompiler/qmljstypereader_p.h')
-rw-r--r--src/qmlcompiler/qmljstypereader_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmlcompiler/qmljstypereader_p.h b/src/qmlcompiler/qmljstypereader_p.h
index d3c361ff97..c740fd99c6 100644
--- a/src/qmlcompiler/qmljstypereader_p.h
+++ b/src/qmlcompiler/qmljstypereader_p.h
@@ -39,7 +39,7 @@
//
// We mean it.
-#include "scopetree_p.h"
+#include "qqmljsscope_p.h"
#include <QtQml/private/qqmljsastfwd_p.h>
@@ -57,7 +57,7 @@ public:
QmlJSTypeReader(const QString &file) : m_file(file) {}
- ScopeTree::Ptr operator()();
+ QQmlJSScope::Ptr operator()();
QList<Import> imports() const { return m_imports; }
QStringList errors() const { return m_errors; }