aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/icodestylepreferences.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/texteditor/icodestylepreferences.h')
-rw-r--r--src/plugins/texteditor/icodestylepreferences.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/texteditor/icodestylepreferences.h b/src/plugins/texteditor/icodestylepreferences.h
index a3eedfb5c5..1305e0679a 100644
--- a/src/plugins/texteditor/icodestylepreferences.h
+++ b/src/plugins/texteditor/icodestylepreferences.h
@@ -64,9 +64,9 @@ public:
QByteArray currentDelegateId() const;
void setCurrentDelegate(const QByteArray &id);
- void setSettingsSuffix(const QString &suffix);
+ void setSettingsSuffix(const Utils::Key &suffix);
void toSettings(const QString &category) const;
- void fromSettings(const QString &category);
+ void fromSettings(const Utils::Key &category);
// make below 2 protected?
virtual Utils::Store toMap() const;