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 /kicker/taskbar/taskbar.cpp | |
parent | babe548b3806606e0f045d533f9fe5962641ee17 (diff) | |
download | tdebase-cbf7df3a2e8084e41a85f34cecf47f712a5f077f.tar.gz tdebase-cbf7df3a2e8084e41a85f34cecf47f712a5f077f.zip |
Use tdeglobalaccel.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kicker/taskbar/taskbar.cpp')
-rw-r--r-- | kicker/taskbar/taskbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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> |