summaryrefslogtreecommitdiff
path: root/src/plugins/bineditor
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/bineditor')
-rw-r--r--src/plugins/bineditor/bineditorplugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/bineditor/bineditorplugin.cpp b/src/plugins/bineditor/bineditorplugin.cpp
index d5e53e20b4..58a317d761 100644
--- a/src/plugins/bineditor/bineditorplugin.cpp
+++ b/src/plugins/bineditor/bineditorplugin.cpp
@@ -442,8 +442,8 @@ BinEditorPluginPrivate::BinEditorPluginPrivate()
ExtensionSystem::PluginManager::addObject(&m_factoryService);
ExtensionSystem::PluginManager::addObject(&m_editorFactory);
- m_undoAction = new QAction(tr("&Undo"), this);
- m_redoAction = new QAction(tr("&Redo"), this);
+ m_undoAction = new QAction(BinEditorPlugin::tr("&Undo"), this);
+ m_redoAction = new QAction(BinEditorPlugin::tr("&Redo"), this);
m_copyAction = new QAction(this);
m_selectAllAction = new QAction(this);