summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/snippets/snippeteditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/texteditor/snippets/snippeteditor.h')
-rw-r--r--src/plugins/texteditor/snippets/snippeteditor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/texteditor/snippets/snippeteditor.h b/src/plugins/texteditor/snippets/snippeteditor.h
index 3e8af12766..dfd822f986 100644
--- a/src/plugins/texteditor/snippets/snippeteditor.h
+++ b/src/plugins/texteditor/snippets/snippeteditor.h
@@ -70,7 +70,7 @@ public:
SnippetEditor(QWidget *parent);
virtual ~SnippetEditor();
- void installSyntaxHighlighter(SyntaxHighlighter *highlighter);
+ void setSyntaxHighlighter(SyntaxHighlighter *highlighter);
signals:
void snippetContentChanged();