diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 19:18:36 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 21:00:46 +0900 |
commit | 04db7b27ae6c6a865c014c1d7653e6a638ec6a5c (patch) | |
tree | ebfc5089af4b73f15c71d9294a7f44b707cf60ef /kmobile | |
parent | 1e12a3283ff59ceee726438e9c40d70fb2454d55 (diff) | |
download | tdepim-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 'kmobile')
-rw-r--r-- | kmobile/kmobileclient.h | 2 | ||||
-rw-r--r-- | kmobile/kmobiledevice.h | 2 | ||||
-rw-r--r-- | kmobile/kmobileview.h | 2 | ||||
-rw-r--r-- | kmobile/tdeioslave/tdeio_mobile.cpp | 2 |
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; |