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 11:44:39 +0100 |
commit | 8dd0afb14153929cc1af6c587b0e942d0d09086c (patch) | |
tree | 7be9ae134edcef81f34661c51adf85f356d3f60e /libkcal/customproperties.h | |
parent | bade93e84b47a17bdc77a31d36e78e9c04b4ce96 (diff) | |
download | tdepim-8dd0afb14153929cc1af6c587b0e942d0d09086c.tar.gz tdepim-8dd0afb14153929cc1af6c587b0e942d0d09086c.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>
(cherry picked from commit e77087ce3d590ddede0a0590caaade9aadc78d41)
Diffstat (limited to 'libkcal/customproperties.h')
-rw-r--r-- | libkcal/customproperties.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcal/customproperties.h b/libkcal/customproperties.h index e1b020dc6..de6b8bd77 100644 --- a/libkcal/customproperties.h +++ b/libkcal/customproperties.h @@ -24,7 +24,7 @@ #include <tqstring.h> #include <tqmap.h> -#include <tdepimmacros.h> +#include <kdemacros.h> #include "libkcal_export.h" |