aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmljseditor/qmljsindenter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmljseditor/qmljsindenter.cpp')
-rw-r--r--src/plugins/qmljseditor/qmljsindenter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmljseditor/qmljsindenter.cpp b/src/plugins/qmljseditor/qmljsindenter.cpp
index bbd0cab41c..88abfd7174 100644
--- a/src/plugins/qmljseditor/qmljsindenter.cpp
+++ b/src/plugins/qmljseditor/qmljsindenter.cpp
@@ -64,7 +64,7 @@ bool Indenter::isElectricCharacter(const QChar &ch) const
void Indenter::indentBlock(QTextDocument *doc,
const QTextBlock &block,
const QChar &typedChar,
- TextEditor::BaseTextEditor *editor)
+ TextEditor::BaseTextEditorWidget *editor)
{
Q_UNUSED(doc)
Q_UNUSED(editor)