aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/snippets/plaintextsnippetprovider.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/texteditor/snippets/plaintextsnippetprovider.h')
-rw-r--r--src/plugins/texteditor/snippets/plaintextsnippetprovider.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/texteditor/snippets/plaintextsnippetprovider.h b/src/plugins/texteditor/snippets/plaintextsnippetprovider.h
index 9c199dd447..3480e75bf1 100644
--- a/src/plugins/texteditor/snippets/plaintextsnippetprovider.h
+++ b/src/plugins/texteditor/snippets/plaintextsnippetprovider.h
@@ -48,7 +48,7 @@ public:
public:
virtual QString groupId() const;
virtual QString displayName() const;
- virtual void decorateEditor(TextEditor::SnippetEditor *editor) const;
+ virtual void decorateEditor(TextEditor::SnippetEditorWidget *editor) const;
};
} // Internal