aboutsummaryrefslogtreecommitdiffstats
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 931aef0436..f3ec97d0f1 100644
--- a/src/plugins/texteditor/normalindenter.cpp
+++ b/src/plugins/texteditor/normalindenter.cpp
@@ -67,7 +67,7 @@ NormalIndenter::~NormalIndenter()
void NormalIndenter::indentBlock(QTextDocument *doc,
const QTextBlock &block,
const QChar &typedChar,
- BaseTextEditor *editor)
+ BaseTextEditorWidget *editor)
{
Q_UNUSED(typedChar)