summaryrefslogtreecommitdiff
path: root/src/plugins/macros/macrooptionspage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/macros/macrooptionspage.cpp')
-rw-r--r--src/plugins/macros/macrooptionspage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/macros/macrooptionspage.cpp b/src/plugins/macros/macrooptionspage.cpp
index 8fe4c4e8ae..04f3ea8507 100644
--- a/src/plugins/macros/macrooptionspage.cpp
+++ b/src/plugins/macros/macrooptionspage.cpp
@@ -46,7 +46,7 @@ using namespace Macros::Internal;
MacroOptionsPage::MacroOptionsPage(QObject *parent)
: Core::IOptionsPage(parent)
{
- setId(QLatin1String(Constants::M_OPTIONS_PAGE));
+ setId(Constants::M_OPTIONS_PAGE);
setDisplayName(QCoreApplication::translate("Macros", Constants::M_OPTIONS_TR_PAGE));
setCategory(TextEditor::Constants::TEXT_EDITOR_SETTINGS_CATEGORY);
setDisplayCategory(QCoreApplication::translate("TextEditor",