summaryrefslogtreecommitdiffstats
path: root/tdeioslave
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 19:18:36 +0900
commit3353e7fa30be3d2f6c5161a7fd10fd056b5828cd (patch)
tree95f62323988ce952757dd740ea3e8811b4e2d13f /tdeioslave
parentfb95ee4b5acb2be8ee1cb17cdeeaccc5e11dc744 (diff)
downloadtdepim-3353e7fa30be3d2f6c5161a7fd10fd056b5828cd.tar.gz
tdepim-3353e7fa30be3d2f6c5161a7fd10fd056b5828cd.zip
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeioslave')
-rw-r--r--tdeioslave/imap4/imap4.cpp2
-rw-r--r--tdeioslave/mbox/mbox.cpp2
-rw-r--r--tdeioslave/opengroupware/opengroupware.cpp2
-rw-r--r--tdeioslave/sieve/sieve.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/tdeioslave/imap4/imap4.cpp b/tdeioslave/imap4/imap4.cpp
index e541e734d..7d02a4890 100644
--- a/tdeioslave/imap4/imap4.cpp
+++ b/tdeioslave/imap4/imap4.cpp
@@ -92,7 +92,7 @@ extern "C" {
#include <kmimetype.h>
#include <kmdcodec.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
#define IMAP_PROTOCOL "imap"
#define IMAP_SSL_PROTOCOL "imaps"
diff --git a/tdeioslave/mbox/mbox.cpp b/tdeioslave/mbox/mbox.cpp
index 62eab9b9d..30fd3b0c7 100644
--- a/tdeioslave/mbox/mbox.cpp
+++ b/tdeioslave/mbox/mbox.cpp
@@ -34,7 +34,7 @@
#include <stdlib.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
#include "mbox.h"
diff --git a/tdeioslave/opengroupware/opengroupware.cpp b/tdeioslave/opengroupware/opengroupware.cpp
index 66a0b19a9..fcf6d4a74 100644
--- a/tdeioslave/opengroupware/opengroupware.cpp
+++ b/tdeioslave/opengroupware/opengroupware.cpp
@@ -45,7 +45,7 @@
#include <unistd.h>
#include <stdlib.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
namespace TDEABC {
diff --git a/tdeioslave/sieve/sieve.cpp b/tdeioslave/sieve/sieve.cpp
index 8ca806d9e..2bbfab80e 100644
--- a/tdeioslave/sieve/sieve.cpp
+++ b/tdeioslave/sieve/sieve.cpp
@@ -49,7 +49,7 @@ using std::exit;
#include <sys/stat.h>
#include <cassert>
-#include <kdemacros.h>
+#include <tdemacros.h>
static const int debugArea = 7122;