diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 18:14:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 18:14:22 +0900 |
commit | 15a11584a5e978821c7de52687ca5b22ce2f7749 (patch) | |
tree | 1fabc8985aeeef7d302d87cfb7357d581af1ebba | |
parent | 1acf71ab39ae0fba392f890661b7008abc8d6d0f (diff) | |
download | kmymoney-15a11584a5e978821c7de52687ca5b22ce2f7749.tar.gz kmymoney-15a11584a5e978821c7de52687ca5b22ce2f7749.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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 |