summaryrefslogtreecommitdiffstats
path: root/libkpimidentities
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-07-01 19:18:36 +0900
committerMichele Calgaro <[email protected]>2024-07-01 21:00:46 +0900
commit04db7b27ae6c6a865c014c1d7653e6a638ec6a5c (patch)
treeebfc5089af4b73f15c71d9294a7f44b707cf60ef /libkpimidentities
parent1e12a3283ff59ceee726438e9c40d70fb2454d55 (diff)
downloadtdepim-04db7b27ae6c6a865c014c1d7653e6a638ec6a5c.tar.gz
tdepim-04db7b27ae6c6a865c014c1d7653e6a638ec6a5c.zip
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 3353e7fa30be3d2f6c5161a7fd10fd056b5828cd)
Diffstat (limited to 'libkpimidentities')
-rw-r--r--libkpimidentities/identity.h2
-rw-r--r--libkpimidentities/identitycombo.h2
-rw-r--r--libkpimidentities/identitymanager.h2
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;