diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-22 21:50:39 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-22 21:50:39 +0900 |
| commit | 74ad1cdf1463244f392d6d643a2452b94989c9e6 (patch) | |
| tree | b75c46de719f0b15547272e6872de8be5a8e7329 /src | |
| parent | e048a5d87df29792c9d0219b37d6d72f0581ac2f (diff) | |
| download | tastymenu-74ad1cdf1463244f392d6d643a2452b94989c9e6.tar.gz tastymenu-74ad1cdf1463244f392d6d643a2452b94989c9e6.zip | |
Use tdeglobalaccel.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src')
| -rw-r--r-- | src/tastymenu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tastymenu.h b/src/tastymenu.h index 96931c0..dbb4cc4 100644 --- a/src/tastymenu.h +++ b/src/tastymenu.h @@ -33,7 +33,7 @@ #include <tdeconfig.h> #include <tqpopupmenu.h> #include <tdeconfigskeleton.h> -#include <kglobalaccel.h> +#include <tdeglobalaccel.h> #include <tqpainter.h> #include "menuhandler.h" |
