aboutsummaryrefslogtreecommitdiff
path: root/src/gui/kstandardshortcut.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kstandardshortcut.cpp')
-rw-r--r--src/gui/kstandardshortcut.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/kstandardshortcut.cpp b/src/gui/kstandardshortcut.cpp
index 1bdbd247..a8215138 100644
--- a/src/gui/kstandardshortcut.cpp
+++ b/src/gui/kstandardshortcut.cpp
@@ -554,5 +554,9 @@ const QList<QKeySequence> &moveToTrash()
{
return shortcut(MoveToTrash);
}
+const QList<QKeySequence> &preferences()
+{
+ return shortcut(Preferences);
+}
}