From 3353e7fa30be3d2f6c5161a7fd10fd056b5828cd Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 1 Jul 2024 19:18:36 +0900 Subject: Replace kdemacros.h with tdemacros.h Signed-off-by: Michele Calgaro --- kmobile/kmobileclient.h | 2 +- kmobile/kmobiledevice.h | 2 +- kmobile/kmobileview.h | 2 +- kmobile/tdeioslave/tdeio_mobile.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'kmobile') 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 -#include +#include 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 #include -#include +#include #include #include 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 +#include 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 +#include using namespace TDEIO; -- cgit v1.2.1