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 /tderesources/featureplan | |
| parent | bade93e84b47a17bdc77a31d36e78e9c04b4ce96 (diff) | |
| download | tdepim-8dd0afb1.tar.gz tdepim-8dd0afb1.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 'tderesources/featureplan')
| -rw-r--r-- | tderesources/featureplan/kcal_resourcefeatureplan.h | 2 | ||||
| -rw-r--r-- | tderesources/featureplan/kcal_resourcefeatureplanconfig.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tderesources/featureplan/kcal_resourcefeatureplan.h b/tderesources/featureplan/kcal_resourcefeatureplan.h index 2d492897..c86d18bc 100644 --- a/tderesources/featureplan/kcal_resourcefeatureplan.h +++ b/tderesources/featureplan/kcal_resourcefeatureplan.h @@ -29,7 +29,7 @@ #include <tdeabc/locknull.h> -#include <tdepimmacros.h> +#include <kdemacros.h> #include <tdeconfig.h> namespace KCal { diff --git a/tderesources/featureplan/kcal_resourcefeatureplanconfig.h b/tderesources/featureplan/kcal_resourcefeatureplanconfig.h index aa00123f..917ce52e 100644 --- a/tderesources/featureplan/kcal_resourcefeatureplanconfig.h +++ b/tderesources/featureplan/kcal_resourcefeatureplanconfig.h @@ -23,7 +23,7 @@ #define RESOURCEFEATUREPLANCONFIG_H #include <tderesources/configwidget.h> -#include <tdepimmacros.h> +#include <kdemacros.h> class KLineEdit; class KURLRequester; |
