aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/plaintexteditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/texteditor/plaintexteditor.h')
-rw-r--r--src/plugins/texteditor/plaintexteditor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/texteditor/plaintexteditor.h b/src/plugins/texteditor/plaintexteditor.h
index 68ac887d6d..5c570b0c25 100644
--- a/src/plugins/texteditor/plaintexteditor.h
+++ b/src/plugins/texteditor/plaintexteditor.h
@@ -46,7 +46,7 @@ public:
bool duplicateSupported() const { return true; }
Core::IEditor *duplicate(QWidget *parent);
- const char *kind() const;
+ QString id() const;
bool isTemporary() const { return false; }
private:
QList<int> m_context;