diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-02-25 20:12:30 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-02-25 20:13:01 +0100 |
commit | 13761607ff197772ee95007c4551f642a7ec6362 (patch) | |
tree | 675eb444ca4e04ceea003837be79c84ec5d764f9 | |
parent | 21d649293a362d9150624f8dd61e21bb2cb2d500 (diff) | |
download | basket-13761607ff197772ee95007c4551f642a7ec6362.tar.gz basket-13761607ff197772ee95007c4551f642a7ec6362.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 ff43111725b412625de8ddc0cc5893a42c410bf6)
-rw-r--r-- | kontact_plugin/uniqueapphandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kontact_plugin/uniqueapphandler.h b/kontact_plugin/uniqueapphandler.h index c02c114..4c1ba7f 100644 --- a/kontact_plugin/uniqueapphandler.h +++ b/kontact_plugin/uniqueapphandler.h @@ -24,7 +24,7 @@ #include <dcopobject.h> #include <kontact/plugin.h> -#include <tdepimmacros.h> +#include <kdemacros.h> namespace Kontact { |