diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 19:09:34 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 19:09:34 +0900 |
| commit | ce8d978077e20cb20058d314aa240fb1f64da959 (patch) | |
| tree | 31d9a6c203cb5ef7d4ef472d1c3b127ae14e6a0e /src/menuhandler.cpp | |
| parent | 74ad1cdf1463244f392d6d643a2452b94989c9e6 (diff) | |
| download | tastymenu-ce8d978077e20cb20058d314aa240fb1f64da959.tar.gz tastymenu-ce8d978077e20cb20058d314aa240fb1f64da959.zip | |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/menuhandler.cpp')
| -rw-r--r-- | src/menuhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menuhandler.cpp b/src/menuhandler.cpp index 924e69a..4c7e965 100644 --- a/src/menuhandler.cpp +++ b/src/menuhandler.cpp @@ -23,7 +23,7 @@ #include <tdelocale.h> #include <tdemessagebox.h> #include <kuser.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kmimetype.h> #include <tqfocusdata.h> #include <tqstyle.h> |
