aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/glsleditor/glslindenter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/glsleditor/glslindenter.h')
-rw-r--r--src/plugins/glsleditor/glslindenter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/glsleditor/glslindenter.h b/src/plugins/glsleditor/glslindenter.h
index 77cd6c5b56..fc50f72be6 100644
--- a/src/plugins/glsleditor/glslindenter.h
+++ b/src/plugins/glsleditor/glslindenter.h
@@ -49,12 +49,12 @@ public:
virtual void indentBlock(QTextDocument *doc,
const QTextBlock &block,
const QChar &typedChar,
- TextEditor::BaseTextEditor *editor);
+ TextEditor::BaseTextEditorWidget *editor);
virtual void indent(QTextDocument *doc,
const QTextCursor &cursor,
const QChar &typedChar,
- TextEditor::BaseTextEditor *editor);
+ TextEditor::BaseTextEditorWidget *editor);
};
} // Internal