From 95837cc844210a35b3374bbe707cb82920b80a9b Mon Sep 17 00:00:00 2001 From: Mavridis Philippe Date: Sun, 9 Jun 2024 22:22:02 +0300 Subject: Add support for assigning global shortcuts for suspend actions The corresponding shortcuts have been added as part of the KDesktop shortucts, to complement similar options (logout, shutdown, reboot). The shortcuts are only shown for the options that KSMServer reports via DCOP as valid. In order to do be able to make a DCOP call from kdesktopbindings.cpp, the include had to be added to several files of the shortcuts TDECM. Signed-off-by: Mavridis Philippe --- kcontrol/keys/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'kcontrol/keys/main.cpp') diff --git a/kcontrol/keys/main.cpp b/kcontrol/keys/main.cpp index bba777adb..db7416c28 100644 --- a/kcontrol/keys/main.cpp +++ b/kcontrol/keys/main.cpp @@ -26,6 +26,7 @@ #include #include #include +#include #include "commandShortcuts.h" #include "main.h" -- cgit v1.2.3