diff options
author | Michele Calgaro <[email protected]> | 2025-02-22 21:51:38 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-22 21:51:38 +0900 |
commit | cbf7df3a2e8084e41a85f34cecf47f712a5f077f (patch) | |
tree | 64ef8184c91695366373e384d49eeac4e141c477 | |
parent | babe548b3806606e0f045d533f9fe5962641ee17 (diff) | |
download | tdebase-cbf7df3a2e8084e41a85f34cecf47f712a5f077f.tar.gz tdebase-cbf7df3a2e8084e41a85f34cecf47f712a5f077f.zip |
Use tdeglobalaccel.h
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | kate/app/kateconfigdialog.cpp | 2 | ||||
-rw-r--r-- | kate/app/katemainwindow.cpp | 2 | ||||
-rw-r--r-- | kcontrol/hwmanager/hwdevicetray.cpp | 2 | ||||
-rw-r--r-- | kcontrol/randr/tderandrtray.h | 2 | ||||
-rw-r--r-- | kdesktop/desktop.cpp | 2 | ||||
-rw-r--r-- | khotkeys/shared/input.cpp | 2 | ||||
-rw-r--r-- | khotkeys/shared/triggers.cpp | 2 | ||||
-rw-r--r-- | khotkeys/shared/voices.cpp | 2 | ||||
-rw-r--r-- | kicker/kicker/core/kicker.cpp | 2 | ||||
-rw-r--r-- | kicker/taskbar/taskbar.cpp | 2 | ||||
-rw-r--r-- | klipper/toplevel.h | 2 | ||||
-rw-r--r-- | kxkb/kcmlayout.cpp | 2 | ||||
-rw-r--r-- | kxkb/kxkb.cpp | 2 | ||||
-rw-r--r-- | twin/tabbox.cpp | 2 | ||||
-rw-r--r-- | twin/useractions.cpp | 2 | ||||
-rw-r--r-- | 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 <kinstance.h> #include <kdebug.h> #include <kdialogbase.h> -#include <kglobalaccel.h> +#include <tdeglobalaccel.h> #include <tdeglobal.h> #include <tdeglobalsettings.h> #include <kiconloader.h> 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 <kdockwidget.h> #include <kedittoolbar.h> #include <tdefiledialog.h> -#include <kglobalaccel.h> +#include <tdeglobalaccel.h> #include <tdeglobal.h> #include <tdeglobalsettings.h> #include <kiconloader.h> 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 <tqvaluevector.h> #include <kcmultidialog.h> -#include <kglobalaccel.h> +#include <tdeglobalaccel.h> #include <khelpmenu.h> #include "tdeprocess.h" #include <kpropertiesdialog.h> 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 <tqptrlist.h> #include <ksystemtray.h> -#include <kglobalaccel.h> +#include <tdeglobalaccel.h> #ifdef WITH_TDEHWLIB #include <tdehardwaredevices.h> 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 <tdesycoca.h> #include <tdetempfile.h> #include <tdemessagebox.h> -#include <kglobalaccel.h> +#include <tdeglobalaccel.h> #include <twinmodule.h> #include <krun.h> #include <twin.h> 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 <assert.h> #include <tqwidget.h> -#include <kglobalaccel.h> +#include <tdeglobalaccel.h> #include <kdebug.h> #include <tdeapplication.h> #include <tdeversion.h> 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 <kglobalaccel.h> +#include <tdeglobalaccel.h> #include <tdeconfig.h> #include <kdebug.h> #include <twinmodule.h> 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 <kxerrorhandler.h> #include <kkeynative.h> #include <tqtimer.h> -#include <kglobalaccel.h> +#include <tdeglobalaccel.h> #include <X11/Xlib.h> 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 <kdebug.h> #include <kdirwatch.h> #include <tdeglobal.h> -#include <kglobalaccel.h> +#include <tdeglobalaccel.h> #include <kiconloader.h> #include <kimageio.h> #include <tdelocale.h> 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 <tdeapplication.h> #include <kdebug.h> #include <tdeglobal.h> -#include <kglobalaccel.h> +#include <tdeglobalaccel.h> #include <kimageeffect.h> #include <tdelocale.h> #include <kstandarddirs.h> 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 <tdeapplication.h> -#include <kglobalaccel.h> +#include <tdeglobalaccel.h> #include <tdepopupmenu.h> #include <tqmap.h> #include <tqpixmap.h> 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 <tdeapplication.h> #include <kiconloader.h> #include <tdemessagebox.h> -#include <kglobalaccel.h> +#include <tdeglobalaccel.h> #include <dcopref.h> #include <dcopclient.h> 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 <tdeaboutdata.h> #include <tdecmdlineargs.h> #include <tdeglobal.h> -#include <kglobalaccel.h> +#include <tdeglobalaccel.h> #include <tdelocale.h> #include <tdeprocess.h> #include <twinmodule.h> 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 <kstringhandler.h> #include <stdarg.h> #include <kdebug.h> -#include <kglobalaccel.h> +#include <tdeglobalaccel.h> #include <kkeynative.h> #include <tdeglobalsettings.h> #include <kiconeffect.h> 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 <kiconloader.h> #include <tdelocale.h> #include <tdeconfig.h> -#include <kglobalaccel.h> +#include <tdeglobalaccel.h> #include <tdeapplication.h> #include <tqregexp.h> 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 <tqclipboard.h> #include <tdemenubar.h> #include <tdeprocess.h> -#include <kglobalaccel.h> +#include <tdeglobalaccel.h> #include <dcopclient.h> #include <kipc.h> |