aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/behaviorsettingspage.h
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2009-03-30 15:38:09 +0200
committerhjk <qtc-committer@nokia.com>2009-03-30 15:39:13 +0200
commit285fa4a5b3f667dade669cd6d271cc488f400247 (patch)
tree315134c8983c45e56ebdd620a2e18b3a294f403c /src/plugins/texteditor/behaviorsettingspage.h
parentf7c3b552af4fa3b6051285d14cc31000a9e94828 (diff)
fakevim: remove "fakevim" option from text editor settings as it has a
page of its own now
Diffstat (limited to 'src/plugins/texteditor/behaviorsettingspage.h')
-rw-r--r--src/plugins/texteditor/behaviorsettingspage.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/texteditor/behaviorsettingspage.h b/src/plugins/texteditor/behaviorsettingspage.h
index 821e5196106..c94343094c9 100644
--- a/src/plugins/texteditor/behaviorsettingspage.h
+++ b/src/plugins/texteditor/behaviorsettingspage.h
@@ -40,7 +40,6 @@ namespace TextEditor {
struct TabSettings;
struct StorageSettings;
-struct InteractionSettings;
struct BehaviorSettingsPageParameters
{
@@ -70,7 +69,6 @@ public:
TabSettings tabSettings() const;
StorageSettings storageSettings() const;
- InteractionSettings interactionSettings() const;
signals:
void tabSettingsChanged(const TextEditor::TabSettings &);
@@ -78,8 +76,7 @@ signals:
private:
void settingsFromUI(TabSettings &rc,
- StorageSettings &storageSettings,
- InteractionSettings &interactionSettings) const;
+ StorageSettings &storageSettings) const;
void settingsToUI();
struct BehaviorSettingsPagePrivate;
BehaviorSettingsPagePrivate *m_d;