aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scxmleditor/scxmleditorstack.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/scxmleditor/scxmleditorstack.cpp')
-rw-r--r--src/plugins/scxmleditor/scxmleditorstack.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/scxmleditor/scxmleditorstack.cpp b/src/plugins/scxmleditor/scxmleditorstack.cpp
index 2861f24b50..eb66134e8a 100644
--- a/src/plugins/scxmleditor/scxmleditorstack.cpp
+++ b/src/plugins/scxmleditor/scxmleditorstack.cpp
@@ -85,7 +85,7 @@ QWidget *ScxmlEditorStack::widgetForEditor(ScxmlTextEditor *xmlEditor)
return widget(i);
}
-void ScxmlEditorStack::modeAboutToChange(Core::Id m)
+void ScxmlEditorStack::modeAboutToChange(Utils::Id m)
{
// Sync the editor when entering edit mode
if (m == Core::Constants::MODE_EDIT) {