aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/editorconfiguration.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/editorconfiguration.h')
-rw-r--r--src/plugins/projectexplorer/editorconfiguration.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/plugins/projectexplorer/editorconfiguration.h b/src/plugins/projectexplorer/editorconfiguration.h
index e9c6138648..60e72dfb61 100644
--- a/src/plugins/projectexplorer/editorconfiguration.h
+++ b/src/plugins/projectexplorer/editorconfiguration.h
@@ -27,15 +27,16 @@
#include "projectexplorer_export.h"
+#include <utils/id.h>
+
#include <QObject>
#include <QVariantMap>
#include <memory>
-namespace Core {
-class IEditor;
-class Id;
-}
+QT_BEGIN_NAMESPACE
+class QTextCodec;
+QT_END_NAMESPACE
namespace TextEditor {
class BaseTextEditor;
@@ -77,8 +78,8 @@ public:
const TextEditor::MarginSettings &marginSettings() const;
TextEditor::ICodeStylePreferences *codeStyle() const;
- TextEditor::ICodeStylePreferences *codeStyle(Core::Id languageId) const;
- QMap<Core::Id, TextEditor::ICodeStylePreferences *> codeStyles() const;
+ TextEditor::ICodeStylePreferences *codeStyle(Utils::Id languageId) const;
+ QMap<Utils::Id, TextEditor::ICodeStylePreferences *> codeStyles() const;
void configureEditor(TextEditor::BaseTextEditor *textEditor) const;
void deconfigureEditor(TextEditor::BaseTextEditor *textEditor) const;