summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/texteditoractionhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/texteditor/texteditoractionhandler.h')
-rw-r--r--src/plugins/texteditor/texteditoractionhandler.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/texteditor/texteditoractionhandler.h b/src/plugins/texteditor/texteditoractionhandler.h
index e32c3ae0b0..755e909c83 100644
--- a/src/plugins/texteditor/texteditoractionhandler.h
+++ b/src/plugins/texteditor/texteditoractionhandler.h
@@ -27,7 +27,7 @@
#include "texteditor_global.h"
-#include <coreplugin/id.h>
+#include <utils/id.h>
#include <QObject>
@@ -61,8 +61,8 @@ public:
};
using TextEditorWidgetResolver = std::function<TextEditorWidget *(Core::IEditor *)>;
- TextEditorActionHandler(Core::Id editorId,
- Core::Id contextId,
+ TextEditorActionHandler(Utils::Id editorId,
+ Utils::Id contextId,
uint optionalActions = None,
const TextEditorWidgetResolver &resolver = {});