diff options
author | Michele Calgaro <[email protected]> | 2024-07-01 18:14:22 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-01 19:09:26 +0900 |
commit | aae4211595cac788d7971aee737794e7ad0a03db (patch) | |
tree | 1b62bde76e8bcf11849c5e2e0fb446340f11e015 | |
parent | 51cf7be9a29d575c947ecbc806ef4af396cd2b0f (diff) | |
download | kmymoney-aae4211595cac788d7971aee737794e7ad0a03db.tar.gz kmymoney-aae4211595cac788d7971aee737794e7ad0a03db.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 15a11584a5e978821c7de52687ca5b22ce2f7749)
-rw-r--r-- | kmymoney2/export.h | 2 | ||||
-rw-r--r-- | libkgpgfile/kgpgfile.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kmymoney2/export.h b/kmymoney2/export.h index d7ce3aa..4fbaf64 100644 --- a/kmymoney2/export.h +++ b/kmymoney2/export.h @@ -25,7 +25,7 @@ #if KDE_IS_VERSION(3,2,90) #ifdef __KDE_HAVE_GCC_VISIBILITY - #include <kdemacros.h> + #include <tdemacros.h> #define KMYMONEY_EXPORT TDE_EXPORT #else #define KMYMONEY_EXPORT diff --git a/libkgpgfile/kgpgfile.h b/libkgpgfile/kgpgfile.h index d94100a..e301b06 100644 --- a/libkgpgfile/kgpgfile.h +++ b/libkgpgfile/kgpgfile.h @@ -22,7 +22,7 @@ #include <tqobject.h> #include <tqstring.h> #include <tqstringlist.h> -#include <kdemacros.h> +#include <tdemacros.h> /** * @author Thomas Baumgart |