summaryrefslogtreecommitdiffstats
path: root/kontact/interfaces
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-01 19:18:36 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-01 21:00:46 +0900
commit04db7b27ae6c6a865c014c1d7653e6a638ec6a5c (patch)
treeebfc5089af4b73f15c71d9294a7f44b707cf60ef /kontact/interfaces
parent1e12a3283ff59ceee726438e9c40d70fb2454d55 (diff)
downloadtdepim-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 'kontact/interfaces')
-rw-r--r--kontact/interfaces/core.h2
-rw-r--r--kontact/interfaces/plugin.h2
-rw-r--r--kontact/interfaces/summary.h2
-rw-r--r--kontact/interfaces/uniqueapphandler.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/kontact/interfaces/core.h b/kontact/interfaces/core.h
index a075c2431..cc71407c8 100644
--- a/kontact/interfaces/core.h
+++ b/kontact/interfaces/core.h
@@ -24,7 +24,7 @@
#define KONTACT_CORE_H
#include <tqdatetime.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
#include <tdeparts/mainwindow.h>
#include <tdeparts/part.h>
diff --git a/kontact/interfaces/plugin.h b/kontact/interfaces/plugin.h
index c08957411..f2911ade0 100644
--- a/kontact/interfaces/plugin.h
+++ b/kontact/interfaces/plugin.h
@@ -26,7 +26,7 @@
#include <tqobject.h>
#include <kxmlguiclient.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
#include <tqptrlist.h>
class TQStringList;
diff --git a/kontact/interfaces/summary.h b/kontact/interfaces/summary.h
index 303babb3d..cd97525a0 100644
--- a/kontact/interfaces/summary.h
+++ b/kontact/interfaces/summary.h
@@ -23,7 +23,7 @@
#include <tqwidget.h>
#include <tqpixmap.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
class KStatusBar;
diff --git a/kontact/interfaces/uniqueapphandler.h b/kontact/interfaces/uniqueapphandler.h
index d6a339634..81e0b72ad 100644
--- a/kontact/interfaces/uniqueapphandler.h
+++ b/kontact/interfaces/uniqueapphandler.h
@@ -24,7 +24,7 @@
#include <dcopobject.h>
#include <plugin.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
namespace Kontact
{