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 /twin/useractions.cpp | |
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 'twin/useractions.cpp')
-rw-r--r-- | twin/useractions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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> |