diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 19:18:36 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 21:00:46 +0900 |
commit | 04db7b27ae6c6a865c014c1d7653e6a638ec6a5c (patch) | |
tree | ebfc5089af4b73f15c71d9294a7f44b707cf60ef /tderesources/groupwise | |
parent | 1e12a3283ff59ceee726438e9c40d70fb2454d55 (diff) | |
download | tdepim-04db7b27ae6c6a865c014c1d7653e6a638ec6a5c.tar.gz tdepim-04db7b27ae6c6a865c014c1d7653e6a638ec6a5c.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3353e7fa30be3d2f6c5161a7fd10fd056b5828cd)
Diffstat (limited to 'tderesources/groupwise')
5 files changed, 5 insertions, 5 deletions
diff --git a/tderesources/groupwise/kcal_resourcegroupwise.h b/tderesources/groupwise/kcal_resourcegroupwise.h index 64a9c1117..ea9c846e7 100644 --- a/tderesources/groupwise/kcal_resourcegroupwise.h +++ b/tderesources/groupwise/kcal_resourcegroupwise.h @@ -30,7 +30,7 @@ #include <tdeabc/locknull.h> #include <tdeio/job.h> #include <tdeconfig.h> -#include <kdemacros.h> +#include <tdemacros.h> class ngwt__Settings; diff --git a/tderesources/groupwise/kcal_resourcegroupwiseconfig.h b/tderesources/groupwise/kcal_resourcegroupwiseconfig.h index 2c77dab5d..a955b0f33 100644 --- a/tderesources/groupwise/kcal_resourcegroupwiseconfig.h +++ b/tderesources/groupwise/kcal_resourcegroupwiseconfig.h @@ -21,7 +21,7 @@ #define KCALRESOURCEGROUPWISECONFIG_H #include <kurlrequester.h> -#include <kdemacros.h> +#include <tdemacros.h> #include <tderesources/resource.h> #include <tderesources/configwidget.h> diff --git a/tderesources/groupwise/tdeabc_resourcegroupwise.h b/tderesources/groupwise/tdeabc_resourcegroupwise.h index 17cc9b528..c573eaf91 100644 --- a/tderesources/groupwise/tdeabc_resourcegroupwise.h +++ b/tderesources/groupwise/tdeabc_resourcegroupwise.h @@ -23,7 +23,7 @@ #include "soap/groupwiseserver.h" #include <tdeabcresourcecached.h> -#include <kdemacros.h> +#include <tdemacros.h> #include <libtdepim/progressmanager.h> diff --git a/tderesources/groupwise/tdeabc_resourcegroupwiseconfig.h b/tderesources/groupwise/tdeabc_resourcegroupwiseconfig.h index 7fd2b45a5..3ebdb52c1 100644 --- a/tderesources/groupwise/tdeabc_resourcegroupwiseconfig.h +++ b/tderesources/groupwise/tdeabc_resourcegroupwiseconfig.h @@ -23,7 +23,7 @@ #include "soap/groupwiseserver.h" #include <tderesources/configwidget.h> -#include <kdemacros.h> +#include <tdemacros.h> #include <tqmap.h> diff --git a/tderesources/groupwise/tdeioslave/groupwise.cpp b/tderesources/groupwise/tdeioslave/groupwise.cpp index ed054b8e0..3f1076c97 100644 --- a/tderesources/groupwise/tdeioslave/groupwise.cpp +++ b/tderesources/groupwise/tdeioslave/groupwise.cpp @@ -44,7 +44,7 @@ #include <unistd.h> #include <stdlib.h> -#include <kdemacros.h> +#include <tdemacros.h> #include "groupwise.h" |