summaryrefslogtreecommitdiffstats
path: root/kdesktop/desktop.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add support for assigning global shortcuts for suspend actionsMavridis Philippe2024-08-011-2/+26
| | | | | | | | | | | 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 <dcopref.h> include had to be added to several files of the shortcuts TDECM. Signed-off-by: Mavridis Philippe <[email protected]> (cherry picked from commit 95837cc844210a35b3374bbe707cb82920b80a9b)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-161-41/+41
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit a4241b7911d2e0b36edfb02f616b8b282050c0ec)
* Replace various '#define' strings - part 6Michele Calgaro2023-12-261-3/+3
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit c4a6487c827add9382001ff1892b8fb3bfa94682)
* Replace 'Event' #define stringsMichele Calgaro2023-12-021-2/+2
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 8aea8afbc5fcc3bfd0d6234bf91436cbb290ed43)
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-251-1/+1
| | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 33c7d159890b81da8f44ee330a349e3abd553bec)
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-041-3/+3
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit a8f627e6d45af521718176586daf0253b4daa597)
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-071-0/+1197
Signed-off-by: Michele Calgaro <[email protected]>