diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-02-26 01:07:13 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-02-26 01:47:25 +0100 |
commit | e77087ce3d590ddede0a0590caaade9aadc78d41 (patch) | |
tree | 181af70027be1d359a9e62c50d672f5a785b9d6f /tderesources/slox/tdeabcresourceslox.cpp | |
parent | 616964474240c627d9660a493a018bcb81a8dee1 (diff) | |
download | tdepim-e77087ce3d590ddede0a0590caaade9aadc78d41.tar.gz tdepim-e77087ce3d590ddede0a0590caaade9aadc78d41.zip |
The workaround that tdepimmacros.h do is no longer needed
and kdemacros.h can be used directly.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'tderesources/slox/tdeabcresourceslox.cpp')
-rw-r--r-- | tderesources/slox/tdeabcresourceslox.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tderesources/slox/tdeabcresourceslox.cpp b/tderesources/slox/tdeabcresourceslox.cpp index 248e3f395..79036abd1 100644 --- a/tderesources/slox/tdeabcresourceslox.cpp +++ b/tderesources/slox/tdeabcresourceslox.cpp @@ -21,6 +21,7 @@ #include <tqapplication.h> +#include <tdeversion.h> #include <tdeabc/picture.h> #include <tdeconfig.h> #include <kdebug.h> |