aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmljseditor/qmljsindenter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmljseditor/qmljsindenter.h')
-rw-r--r--src/plugins/qmljseditor/qmljsindenter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmljseditor/qmljsindenter.h b/src/plugins/qmljseditor/qmljsindenter.h
index 934925f6cf..05534425fa 100644
--- a/src/plugins/qmljseditor/qmljsindenter.h
+++ b/src/plugins/qmljseditor/qmljsindenter.h
@@ -49,7 +49,7 @@ public:
virtual void indentBlock(QTextDocument *doc,
const QTextBlock &block,
const QChar &typedChar,
- TextEditor::BaseTextEditor *editor);
+ TextEditor::BaseTextEditorWidget *editor);
};
} // Internal