diff --git a/kdeui/actions/kaction.cpp b/kdeui/actions/kaction.cpp index 36e23197..5d1df614 100644 --- a/kdeui/actions/kaction.cpp +++ b/kdeui/actions/kaction.cpp @@ -136,7 +136,7 @@ KShortcut KAction::shortcut(ShortcutTypes type) const property("defaultAlternateShortcut").value() ); } - const QList cuts = shortcuts(); + const QList cuts = shortcuts(); return KShortcut(cuts.value(0), cuts.value(1)); }