diff options
author | Michele Calgaro <[email protected]> | 2024-07-01 19:18:58 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-01 19:56:40 +0900 |
commit | b23bc1fa1ea5d3ac31f42c033c3465082c74417a (patch) | |
tree | 1d3cdde7fbc1852fc207b9b93972d0f602e70130 /khexedit | |
parent | 365b38c92425e3cf69a6915fbe30cefdb5688193 (diff) | |
download | tdeutils-b23bc1fa1ea5d3ac31f42c033c3465082c74417a.tar.gz tdeutils-b23bc1fa1ea5d3ac31f42c033c3465082c74417a.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 7becd3521b62d210a41db902e7cc2317304503cf)
Diffstat (limited to 'khexedit')
-rw-r--r-- | khexedit/lib/khexedit_export.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/lib/khexedit_export.h b/khexedit/lib/khexedit_export.h index 8d10660..80c758b 100644 --- a/khexedit/lib/khexedit_export.h +++ b/khexedit/lib/khexedit_export.h @@ -18,7 +18,7 @@ #ifndef KHEXEDIT_EXPORT_H #define KHEXEDIT_EXPORT_H -#include <kdemacros.h> +#include <tdemacros.h> #define KHEXEDIT_EXPORT TDE_EXPORT |