aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/texteditoroptionspage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/texteditor/texteditoroptionspage.h')
-rw-r--r--src/plugins/texteditor/texteditoroptionspage.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/texteditor/texteditoroptionspage.h b/src/plugins/texteditor/texteditoroptionspage.h
index fe6e9d1343..0560e74a03 100644
--- a/src/plugins/texteditor/texteditoroptionspage.h
+++ b/src/plugins/texteditor/texteditoroptionspage.h
@@ -48,11 +48,6 @@ class TEXTEDITOR_EXPORT TextEditorOptionsPage : public Core::IOptionsPage
public:
explicit TextEditorOptionsPage(QObject *parent = 0);
-
- // IOptionsPage
- QString category() const;
- QString displayCategory() const;
- QIcon categoryIcon() const;
};
} // namespace TextEditor