diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 19:17:10 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 19:17:10 +0900 |
commit | 8fca33b35b68d1deef3677ae5e50927bd7a5c78d (patch) | |
tree | 960ab0c6e0bf261a84d84a5b041d238ca12b0ab1 /libkonq | |
parent | 5f44af37f355ff6f67bba364d8ff8d34e9bbd68c (diff) | |
download | tdebase-8fca33b35b68d1deef3677ae5e50927bd7a5c78d.tar.gz tdebase-8fca33b35b68d1deef3677ae5e50927bd7a5c78d.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'libkonq')
-rw-r--r-- | libkonq/libkonq_export.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkonq/libkonq_export.h b/libkonq/libkonq_export.h index 23b8f2f38..f1fe245a7 100644 --- a/libkonq/libkonq_export.h +++ b/libkonq/libkonq_export.h @@ -22,7 +22,7 @@ #define LIBKONQ_EXPORT_H /* needed for TDE_EXPORT macros */ -#include <kdemacros.h> +#include <tdemacros.h> /* needed, because e.g. Q_OS_UNIX is so frequently used */ #include <tqglobal.h> |