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