diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 18:14:33 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 18:14:33 +0900 |
| commit | 48317c27a99823fbd790eff78470c5274ace467f (patch) | |
| tree | cd3f392e7f0a8cd25fcf1f415b7b00a2d256b05e /kexi/plugins/macros/lib | |
| parent | 530a677516dcc7117ebf4d3ab23b49244da997db (diff) | |
| download | koffice-48317c27a99823fbd790eff78470c5274ace467f.tar.gz koffice-48317c27a99823fbd790eff78470c5274ace467f.zip | |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kexi/plugins/macros/lib')
| -rw-r--r-- | kexi/plugins/macros/lib/komacro_export.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/plugins/macros/lib/komacro_export.h b/kexi/plugins/macros/lib/komacro_export.h index 76e68f6d9..9b03f2698 100644 --- a/kexi/plugins/macros/lib/komacro_export.h +++ b/kexi/plugins/macros/lib/komacro_export.h @@ -25,7 +25,7 @@ #endif /* TDE_EXPORT will be defined multiple times without this on tdelibs 3.3 (tested on 3.3.1) */ -#include <kdemacros.h> +#include <tdemacros.h> /* workaround for KDElibs < 3.2 on !win32 */ #ifndef TDE_EXPORT |
