From 81f7a1aa80a0eef6047d88f6c3713e3330fd34eb Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 14 Sep 2014 22:45:10 +0200 Subject: simple setShortcuts => setDefaultShortcuts porting --- src/dolphinremoveaction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dolphinremoveaction.cpp') diff --git a/src/dolphinremoveaction.cpp b/src/dolphinremoveaction.cpp index 1ce292604..7ea4e4f79 100644 --- a/src/dolphinremoveaction.cpp +++ b/src/dolphinremoveaction.cpp @@ -55,7 +55,7 @@ void DolphinRemoveAction::update() if (m_action) { setIcon(m_action->icon()); - setShortcuts(m_action->shortcuts()); + m_collection->setDefaultShortcuts(this, m_action->shortcuts()); setEnabled(m_action->isEnabled()); } } -- cgit v1.3