diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-22 21:51:38 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-22 21:51:38 +0900 |
| commit | cbf7df3a2e8084e41a85f34cecf47f712a5f077f (patch) | |
| tree | 64ef8184c91695366373e384d49eeac4e141c477 /kcontrol | |
| parent | babe548b3806606e0f045d533f9fe5962641ee17 (diff) | |
| download | tdebase-cbf7df3a2e8084e41a85f34cecf47f712a5f077f.tar.gz tdebase-cbf7df3a2e8084e41a85f34cecf47f712a5f077f.zip | |
Use tdeglobalaccel.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kcontrol')
| -rw-r--r-- | kcontrol/hwmanager/hwdevicetray.cpp | 2 | ||||
| -rw-r--r-- | kcontrol/randr/tderandrtray.h | 2 |
2 files changed, 2 insertions, 2 deletions
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> |
