diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 19:19:10 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 19:19:10 +0900 |
commit | 764011824e4422ea7d4cee677de9560243d2d050 (patch) | |
tree | 5c8eb0163b224598828f390af145d8e67a560e0d /lib | |
parent | 7e90140077edd5d3d3ba351998a474a90ecd3385 (diff) | |
download | tdewebdev-764011824e4422ea7d4cee677de9560243d2d050.tar.gz tdewebdev-764011824e4422ea7d4cee677de9560243d2d050.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/compatibility/tdemdi/qextmdi/tdelibs_export.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compatibility/tdemdi/qextmdi/tdelibs_export.h b/lib/compatibility/tdemdi/qextmdi/tdelibs_export.h index c7048e5f..e5bc4fde 100644 --- a/lib/compatibility/tdemdi/qextmdi/tdelibs_export.h +++ b/lib/compatibility/tdemdi/qextmdi/tdelibs_export.h @@ -21,7 +21,7 @@ #define _TDELIBS_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> |