aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmljstools/qmljscodestylepreferencesfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmljstools/qmljscodestylepreferencesfactory.cpp')
-rw-r--r--src/plugins/qmljstools/qmljscodestylepreferencesfactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmljstools/qmljscodestylepreferencesfactory.cpp b/src/plugins/qmljstools/qmljscodestylepreferencesfactory.cpp
index c822e27410..f47833d49e 100644
--- a/src/plugins/qmljstools/qmljscodestylepreferencesfactory.cpp
+++ b/src/plugins/qmljstools/qmljscodestylepreferencesfactory.cpp
@@ -56,7 +56,7 @@ static const char *defaultPreviewText =
QmlJSCodeStylePreferencesFactory::QmlJSCodeStylePreferencesFactory() = default;
-Core::Id QmlJSCodeStylePreferencesFactory::languageId()
+Utils::Id QmlJSCodeStylePreferencesFactory::languageId()
{
return Constants::QML_JS_SETTINGS_ID;
}