summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/normalindenter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/texteditor/normalindenter.cpp')
-rw-r--r--src/plugins/texteditor/normalindenter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/texteditor/normalindenter.cpp b/src/plugins/texteditor/normalindenter.cpp
index 621c4eefe8..e7c5a04ace 100644
--- a/src/plugins/texteditor/normalindenter.cpp
+++ b/src/plugins/texteditor/normalindenter.cpp
@@ -63,7 +63,7 @@ NormalIndenter::~NormalIndenter()
void NormalIndenter::indentBlock(QTextDocument *doc,
const QTextBlock &block,
const QChar &typedChar,
- const TextEditor::TabSettings &tabSettings)
+ const TabSettings &tabSettings)
{
Q_UNUSED(typedChar)