diff options
author | Michele Calgaro <[email protected]> | 2024-07-01 18:14:33 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-01 18:14:33 +0900 |
commit | 48317c27a99823fbd790eff78470c5274ace467f (patch) | |
tree | cd3f392e7f0a8cd25fcf1f415b7b00a2d256b05e /filters/kword | |
parent | 530a677516dcc7117ebf4d3ab23b49244da997db (diff) | |
download | koffice-48317c27a99823fbd790eff78470c5274ace467f.tar.gz koffice-48317c27a99823fbd790eff78470c5274ace467f.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'filters/kword')
-rw-r--r-- | filters/kword/libexport/TagProcessing.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filters/kword/libexport/TagProcessing.h b/filters/kword/libexport/TagProcessing.h index 043bddc0..b4f9137e 100644 --- a/filters/kword/libexport/TagProcessing.h +++ b/filters/kword/libexport/TagProcessing.h @@ -37,7 +37,7 @@ #include <tqdom.h> #include <tqvaluelist.h> -#include <kdemacros.h> +#include <tdemacros.h> #include <kdebug.h> class KWEFKWordLeader; |