From cbf7df3a2e8084e41a85f34cecf47f712a5f077f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 22 Feb 2025 21:51:38 +0900 Subject: [PATCH] Use tdeglobalaccel.h Signed-off-by: Michele Calgaro --- kate/app/kateconfigdialog.cpp | 2 +- kate/app/katemainwindow.cpp | 2 +- kcontrol/hwmanager/hwdevicetray.cpp | 2 +- kcontrol/randr/tderandrtray.h | 2 +- kdesktop/desktop.cpp | 2 +- khotkeys/shared/input.cpp | 2 +- khotkeys/shared/triggers.cpp | 2 +- khotkeys/shared/voices.cpp | 2 +- kicker/kicker/core/kicker.cpp | 2 +- kicker/taskbar/taskbar.cpp | 2 +- klipper/toplevel.h | 2 +- kxkb/kcmlayout.cpp | 2 +- kxkb/kxkb.cpp | 2 +- twin/tabbox.cpp | 2 +- twin/useractions.cpp | 2 +- twin/workspace.cpp | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/kate/app/kateconfigdialog.cpp b/kate/app/kateconfigdialog.cpp index 1d3cfd5aa..c153cc00f 100644 --- a/kate/app/kateconfigdialog.cpp +++ b/kate/app/kateconfigdialog.cpp @@ -47,7 +47,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kate/app/katemainwindow.cpp b/kate/app/katemainwindow.cpp index b188e502e..734a078fe 100644 --- a/kate/app/katemainwindow.cpp +++ b/kate/app/katemainwindow.cpp @@ -55,7 +55,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kcontrol/hwmanager/hwdevicetray.cpp b/kcontrol/hwmanager/hwdevicetray.cpp index 7bfd54264..432440f38 100644 --- a/kcontrol/hwmanager/hwdevicetray.cpp +++ b/kcontrol/hwmanager/hwdevicetray.cpp @@ -31,7 +31,7 @@ #include #include -#include +#include #include #include "tdeprocess.h" #include diff --git a/kcontrol/randr/tderandrtray.h b/kcontrol/randr/tderandrtray.h index af0d3b1f8..101905140 100644 --- a/kcontrol/randr/tderandrtray.h +++ b/kcontrol/randr/tderandrtray.h @@ -22,7 +22,7 @@ #include #include -#include +#include #ifdef WITH_TDEHWLIB #include diff --git a/kdesktop/desktop.cpp b/kdesktop/desktop.cpp index ede2fadbc..e32a3248a 100644 --- a/kdesktop/desktop.cpp +++ b/kdesktop/desktop.cpp @@ -54,7 +54,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/khotkeys/shared/input.cpp b/khotkeys/shared/input.cpp index 96338b055..44176ef44 100644 --- a/khotkeys/shared/input.cpp +++ b/khotkeys/shared/input.cpp @@ -19,7 +19,7 @@ #include #include -#include +#include #include #include #include diff --git a/khotkeys/shared/triggers.cpp b/khotkeys/shared/triggers.cpp index 1b6e903b7..5457d8226 100644 --- a/khotkeys/shared/triggers.cpp +++ b/khotkeys/shared/triggers.cpp @@ -16,7 +16,7 @@ #include "triggers.h" -#include +#include #include #include #include diff --git a/khotkeys/shared/voices.cpp b/khotkeys/shared/voices.cpp index 031f75c78..693c01044 100644 --- a/khotkeys/shared/voices.cpp +++ b/khotkeys/shared/voices.cpp @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include diff --git a/kicker/kicker/core/kicker.cpp b/kicker/kicker/core/kicker.cpp index f58c6bfa5..7b2913b9c 100644 --- a/kicker/kicker/core/kicker.cpp +++ b/kicker/kicker/core/kicker.cpp @@ -36,7 +36,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kicker/taskbar/taskbar.cpp b/kicker/taskbar/taskbar.cpp index d6a7d0f4e..f4dc14d69 100644 --- a/kicker/taskbar/taskbar.cpp +++ b/kicker/taskbar/taskbar.cpp @@ -36,7 +36,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include #include #include -#include +#include #include #include #include diff --git a/klipper/toplevel.h b/klipper/toplevel.h index fa0c103b3..3dbd0a069 100644 --- a/klipper/toplevel.h +++ b/klipper/toplevel.h @@ -21,7 +21,7 @@ #define _TOPLEVEL_H_ #include -#include +#include #include #include #include diff --git a/kxkb/kcmlayout.cpp b/kxkb/kcmlayout.cpp index 8329f85aa..5bf9a7281 100644 --- a/kxkb/kcmlayout.cpp +++ b/kxkb/kcmlayout.cpp @@ -26,7 +26,7 @@ #include #include #include -#include +#include #include #include diff --git a/kxkb/kxkb.cpp b/kxkb/kxkb.cpp index 2dc9733e6..c4c00bf47 100644 --- a/kxkb/kxkb.cpp +++ b/kxkb/kxkb.cpp @@ -35,7 +35,7 @@ DESCRIPTION #include #include #include -#include +#include #include #include #include diff --git a/twin/tabbox.cpp b/twin/tabbox.cpp index feca2d77d..28de58755 100644 --- a/twin/tabbox.cpp +++ b/twin/tabbox.cpp @@ -25,7 +25,7 @@ License. See the file "COPYING" for the exact licensing terms. #include #include #include -#include +#include #include #include #include diff --git a/twin/useractions.cpp b/twin/useractions.cpp index c50c77401..f4183af5d 100644 --- a/twin/useractions.cpp +++ b/twin/useractions.cpp @@ -26,7 +26,7 @@ License. See the file "COPYING" for the exact licensing terms. #include #include #include -#include +#include #include #include diff --git a/twin/workspace.cpp b/twin/workspace.cpp index d942adfe6..9b1b45ce3 100644 --- a/twin/workspace.cpp +++ b/twin/workspace.cpp @@ -24,7 +24,7 @@ License. See the file "COPYING" for the exact licensing terms. #include #include #include -#include +#include #include #include