summaryrefslogtreecommitdiffstats
path: root/kmobile
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 /kmobile
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 'kmobile')
-rw-r--r--kmobile/kmobileclient.h2
-rw-r--r--kmobile/kmobiledevice.h2
-rw-r--r--kmobile/kmobileview.h2
-rw-r--r--kmobile/tdeioslave/tdeio_mobile.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/kmobile/kmobileclient.h b/kmobile/kmobileclient.h
index a064e15a1..c52bf936d 100644
--- a/kmobile/kmobileclient.h
+++ b/kmobile/kmobileclient.h
@@ -6,7 +6,7 @@
#define _KMOBILECLIENT_H_
#include <dcopclient.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
class TDE_EXPORT KMobileClient : public DCOPClient
{
diff --git a/kmobile/kmobiledevice.h b/kmobile/kmobiledevice.h
index 100c668fb..14f212a65 100644
--- a/kmobile/kmobiledevice.h
+++ b/kmobile/kmobiledevice.h
@@ -24,7 +24,7 @@
#include <tqstringlist.h>
#include <tqmutex.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
#include <klibloader.h>
#include <tdeabc/addressee.h>
diff --git a/kmobile/kmobileview.h b/kmobile/kmobileview.h
index e58b286d4..a0cfebff2 100644
--- a/kmobile/kmobileview.h
+++ b/kmobile/kmobileview.h
@@ -9,7 +9,7 @@
#include "kmobileiface.h"
-#include <kdemacros.h>
+#include <tdemacros.h>
class TDEConfig;
class KMobileItem;
diff --git a/kmobile/tdeioslave/tdeio_mobile.cpp b/kmobile/tdeioslave/tdeio_mobile.cpp
index 9a00ba38e..1a821bb8b 100644
--- a/kmobile/tdeioslave/tdeio_mobile.cpp
+++ b/kmobile/tdeioslave/tdeio_mobile.cpp
@@ -33,7 +33,7 @@
#include "tdeio_mobile.h"
-#include <kdemacros.h>
+#include <tdemacros.h>
using namespace TDEIO;