diff options
Diffstat (limited to 'src/plugins/projectexplorer/editorconfiguration.h')
-rw-r--r-- | src/plugins/projectexplorer/editorconfiguration.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/projectexplorer/editorconfiguration.h b/src/plugins/projectexplorer/editorconfiguration.h index 6631a84953..54c3972215 100644 --- a/src/plugins/projectexplorer/editorconfiguration.h +++ b/src/plugins/projectexplorer/editorconfiguration.h @@ -43,7 +43,7 @@ class Id; namespace TextEditor { class BaseTextEditor; class BaseTextEditorWidget; -class BaseTextDocument; +class TextDocument; class TabSettings; class ICodeStylePreferences; class TypingSettings; @@ -121,7 +121,7 @@ private: // the file belongs to and return the project settings. If the file doesn't belong to any // project return the global settings. PROJECTEXPLORER_EXPORT TextEditor::TabSettings actualTabSettings( - const QString &fileName, const TextEditor::BaseTextDocument *baseTextDocument); + const QString &fileName, const TextEditor::TextDocument *baseTextDocument); } // ProjectExplorer |