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 19:18:36 +0900 |
commit | 3353e7fa30be3d2f6c5161a7fd10fd056b5828cd (patch) | |
tree | 95f62323988ce952757dd740ea3e8811b4e2d13f /libkpimidentities | |
parent | fb95ee4b5acb2be8ee1cb17cdeeaccc5e11dc744 (diff) | |
download | tdepim-3353e7fa30be3d2f6c5161a7fd10fd056b5828cd.tar.gz tdepim-3353e7fa30be3d2f6c5161a7fd10fd056b5828cd.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'libkpimidentities')
-rw-r--r-- | libkpimidentities/identity.h | 2 | ||||
-rw-r--r-- | libkpimidentities/identitycombo.h | 2 | ||||
-rw-r--r-- | libkpimidentities/identitymanager.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/libkpimidentities/identity.h b/libkpimidentities/identity.h index 31deaca77..bdc313855 100644 --- a/libkpimidentities/identity.h +++ b/libkpimidentities/identity.h @@ -9,7 +9,7 @@ #include <kleo/enum.h> -#include <kdemacros.h> +#include <tdemacros.h> #include <tqstring.h> #include <tqcstring.h> diff --git a/libkpimidentities/identitycombo.h b/libkpimidentities/identitycombo.h index f95944224..5b780b9ab 100644 --- a/libkpimidentities/identitycombo.h +++ b/libkpimidentities/identitycombo.h @@ -34,7 +34,7 @@ #include <tqcombobox.h> #include <tqvaluelist.h> -#include <kdemacros.h> +#include <tdemacros.h> class TQString; diff --git a/libkpimidentities/identitymanager.h b/libkpimidentities/identitymanager.h index 92d591575..69a18f508 100644 --- a/libkpimidentities/identitymanager.h +++ b/libkpimidentities/identitymanager.h @@ -35,7 +35,7 @@ #include <tqvaluelist.h> #include <dcopobject.h> -#include <kdemacros.h> +#include <tdemacros.h> class TDEConfigBase; class TDEConfig; |