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 19:09:26 +0900 |
commit | aae4211595cac788d7971aee737794e7ad0a03db (patch) | |
tree | 1b62bde76e8bcf11849c5e2e0fb446340f11e015 /libkgpgfile/kgpgfile.h | |
parent | 51cf7be9a29d575c947ecbc806ef4af396cd2b0f (diff) | |
download | kmymoney-aae4211595cac788d7971aee737794e7ad0a03db.tar.gz kmymoney-aae4211595cac788d7971aee737794e7ad0a03db.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 15a11584a5e978821c7de52687ca5b22ce2f7749)
Diffstat (limited to 'libkgpgfile/kgpgfile.h')
-rw-r--r-- | libkgpgfile/kgpgfile.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |