aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/completionsettingspage.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2020-01-15 15:00:57 +0100
committerhjk <hjk@qt.io>2020-01-16 12:09:26 +0000
commit07b04c20560abed63240095094a2b95114ec61ad (patch)
treef9e7dc0a8467ec177e49dfd6d40a6736bb782c18 /src/plugins/texteditor/completionsettingspage.h
parented7fb30e66a1d9e9501b1bc5fc4a0593566398dc (diff)
TextEditor: Dissolve TextEditorOptionsPage intermediate hierarchy level
It's effectively setting only three properties nowadays, not enough to justify a case of reuse-by-inheritance anymore. Change-Id: I947fbc51e76c8d908da662dd58dce91614c28e08 Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/texteditor/completionsettingspage.h')
-rw-r--r--src/plugins/texteditor/completionsettingspage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/texteditor/completionsettingspage.h b/src/plugins/texteditor/completionsettingspage.h
index bf0ac7638b..41ef73e8ec 100644
--- a/src/plugins/texteditor/completionsettingspage.h
+++ b/src/plugins/texteditor/completionsettingspage.h
@@ -27,8 +27,8 @@
#include "commentssettings.h"
#include "completionsettings.h"
-#include "texteditoroptionspage.h"
+#include <coreplugin/dialogs/ioptionspage.h>
#include <QPointer>
@@ -37,7 +37,7 @@ namespace Internal {
namespace Ui { class CompletionSettingsPage; }
-class CompletionSettingsPage : public TextEditorOptionsPage
+class CompletionSettingsPage : public Core::IOptionsPage
{
Q_OBJECT