summaryrefslogtreecommitdiffstats
path: root/kmail
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 /kmail
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 'kmail')
-rw-r--r--kmail/aboutdata.h2
-rw-r--r--kmail/accountmanager.h2
-rw-r--r--kmail/app_octetstream.cpp2
-rw-r--r--kmail/callback.h2
-rw-r--r--kmail/configuredialog_p.h2
-rw-r--r--kmail/kmail_part.h2
-rw-r--r--kmail/kmcommands.h2
-rw-r--r--kmail/kmfoldertree.h2
-rw-r--r--kmail/kmkernel.h4
-rw-r--r--kmail/kmstartup.h2
10 files changed, 11 insertions, 11 deletions
diff --git a/kmail/aboutdata.h b/kmail/aboutdata.h
index 5a65505e..b8a4f404 100644
--- a/kmail/aboutdata.h
+++ b/kmail/aboutdata.h
@@ -33,7 +33,7 @@
#define __KMAIL_ABOUTDATA_H__
#include <tdeaboutdata.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
namespace KMail {
diff --git a/kmail/accountmanager.h b/kmail/accountmanager.h
index f1160149..31519117 100644
--- a/kmail/accountmanager.h
+++ b/kmail/accountmanager.h
@@ -22,7 +22,7 @@
#include <tqobject.h>
#include "kmaccount.h"
-#include <kdemacros.h>
+#include <tdemacros.h>
class TQString;
class TQStringList;
diff --git a/kmail/app_octetstream.cpp b/kmail/app_octetstream.cpp
index 66a4e266..990f1ff3 100644
--- a/kmail/app_octetstream.cpp
+++ b/kmail/app_octetstream.cpp
@@ -32,7 +32,7 @@
#include "interfaces/bodypartformatter.h"
-#include <kdemacros.h>
+#include <tdemacros.h>
namespace {
diff --git a/kmail/callback.h b/kmail/callback.h
index bd2b5659..4fff0f73 100644
--- a/kmail/callback.h
+++ b/kmail/callback.h
@@ -38,7 +38,7 @@
class KMMessage;
class KMReaderWin;
-#include <kdemacros.h>
+#include <tdemacros.h>
#include <libkcal/attendee.h> // only for an enum, we are not linking
diff --git a/kmail/configuredialog_p.h b/kmail/configuredialog_p.h
index e4083b85..7294c96e 100644
--- a/kmail/configuredialog_p.h
+++ b/kmail/configuredialog_p.h
@@ -17,7 +17,7 @@
#include <tdelistview.h>
#include <tdecmodule.h>
#include <tdelocale.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
class TQPushButton;
class TQLabel;
diff --git a/kmail/kmail_part.h b/kmail/kmail_part.h
index 7563e34f..daef055d 100644
--- a/kmail/kmail_part.h
+++ b/kmail/kmail_part.h
@@ -35,7 +35,7 @@
#include <tdeparts/part.h>
#include <tqwidget.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
class TDEInstance;
class TDEAboutData;
diff --git a/kmail/kmcommands.h b/kmail/kmcommands.h
index 08cee0b8..4c873800 100644
--- a/kmail/kmcommands.h
+++ b/kmail/kmcommands.h
@@ -11,7 +11,7 @@
#include <tdeio/job.h>
#include "kmmsgbase.h" // for KMMsgStatus
#include <mimelib/string.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
#include <kservice.h>
#include <tdetempfile.h>
diff --git a/kmail/kmfoldertree.h b/kmail/kmfoldertree.h
index 3d62d6de..f6e5df11 100644
--- a/kmail/kmfoldertree.h
+++ b/kmail/kmfoldertree.h
@@ -21,7 +21,7 @@
#include "foldertreebase.h"
#include <tdelocale.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
#include <tqguardedptr.h>
#include <tqwidget.h>
diff --git a/kmail/kmkernel.h b/kmail/kmkernel.h
index d1c2ce0f..06c563a5 100644
--- a/kmail/kmkernel.h
+++ b/kmail/kmkernel.h
@@ -7,11 +7,11 @@
#include <weaver.h>
#include <weaverlogger.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
#include <tdeconfig.h>
#include <tdeversion.h>
#include <tdeimproxy.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
#ifdef __TDE_HAVE_TDEHWLIB
# include <tdenetworkconnections.h>
diff --git a/kmail/kmstartup.h b/kmail/kmstartup.h
index 790e161d..e6208bc7 100644
--- a/kmail/kmstartup.h
+++ b/kmail/kmstartup.h
@@ -18,7 +18,7 @@
#ifndef KMSTARTUP
#define KMSTARTUP
-#include <kdemacros.h>
+#include <tdemacros.h>
extern "C" {