diff options
author | Michele Calgaro <[email protected]> | 2024-07-01 19:18:36 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-01 19:18:36 +0900 |
commit | 3353e7fa30be3d2f6c5161a7fd10fd056b5828cd (patch) | |
tree | 95f62323988ce952757dd740ea3e8811b4e2d13f /tderesources/kolab | |
parent | fb95ee4b5acb2be8ee1cb17cdeeaccc5e11dc744 (diff) | |
download | tdepim-3353e7fa30be3d2f6c5161a7fd10fd056b5828cd.tar.gz tdepim-3353e7fa30be3d2f6c5161a7fd10fd056b5828cd.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tderesources/kolab')
-rw-r--r-- | tderesources/kolab/kcal/resourcekolab.h | 2 | ||||
-rw-r--r-- | tderesources/kolab/knotes/resourcekolab.h | 2 | ||||
-rw-r--r-- | tderesources/kolab/tdeabc/resourcekolab.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tderesources/kolab/kcal/resourcekolab.h b/tderesources/kolab/kcal/resourcekolab.h index b86701519..289e894d3 100644 --- a/tderesources/kolab/kcal/resourcekolab.h +++ b/tderesources/kolab/kcal/resourcekolab.h @@ -37,7 +37,7 @@ #include <tqtimer.h> -#include <kdemacros.h> +#include <tdemacros.h> #include <libkcal/calendarlocal.h> #include <libkcal/icalformat.h> #include <libkcal/resourcecalendar.h> diff --git a/tderesources/kolab/knotes/resourcekolab.h b/tderesources/kolab/knotes/resourcekolab.h index c28d6e22f..747c2ea43 100644 --- a/tderesources/kolab/knotes/resourcekolab.h +++ b/tderesources/kolab/knotes/resourcekolab.h @@ -39,7 +39,7 @@ #include <libkcal/calendarlocal.h> #include "../shared/resourcekolabbase.h" #include "../shared/subresource.h" -#include <kdemacros.h> +#include <tdemacros.h> namespace Kolab { diff --git a/tderesources/kolab/tdeabc/resourcekolab.h b/tderesources/kolab/tdeabc/resourcekolab.h index 84bce5e63..dd3dab6ba 100644 --- a/tderesources/kolab/tdeabc/resourcekolab.h +++ b/tderesources/kolab/tdeabc/resourcekolab.h @@ -38,7 +38,7 @@ #include "../shared/resourcekolabbase.h" #include "../shared/subresource.h" #include <kmail/kmailicalIface.h> -#include <kdemacros.h> +#include <tdemacros.h> namespace TDEABC { |