From 04db7b27ae6c6a865c014c1d7653e6a638ec6a5c 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 (cherry picked from commit 3353e7fa30be3d2f6c5161a7fd10fd056b5828cd) --- kontact/interfaces/core.h | 2 +- kontact/interfaces/plugin.h | 2 +- kontact/interfaces/summary.h | 2 +- kontact/interfaces/uniqueapphandler.h | 2 +- kontact/plugins/kmail/kcmkmailsummary.cpp | 2 +- kontact/plugins/korganizer/kcmkorgsummary.cpp | 2 +- kontact/plugins/newsticker/kcmkontactknt.cpp | 2 +- kontact/plugins/specialdates/kcmsdsummary.cpp | 2 +- kontact/plugins/summary/kcmkontactsummary.cpp | 2 +- kontact/src/kcmkontact.cpp | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) (limited to 'kontact') diff --git a/kontact/interfaces/core.h b/kontact/interfaces/core.h index a075c2431..cc71407c8 100644 --- a/kontact/interfaces/core.h +++ b/kontact/interfaces/core.h @@ -24,7 +24,7 @@ #define KONTACT_CORE_H #include -#include +#include #include #include diff --git a/kontact/interfaces/plugin.h b/kontact/interfaces/plugin.h index c08957411..f2911ade0 100644 --- a/kontact/interfaces/plugin.h +++ b/kontact/interfaces/plugin.h @@ -26,7 +26,7 @@ #include #include -#include +#include #include class TQStringList; diff --git a/kontact/interfaces/summary.h b/kontact/interfaces/summary.h index 303babb3d..cd97525a0 100644 --- a/kontact/interfaces/summary.h +++ b/kontact/interfaces/summary.h @@ -23,7 +23,7 @@ #include #include -#include +#include class KStatusBar; diff --git a/kontact/interfaces/uniqueapphandler.h b/kontact/interfaces/uniqueapphandler.h index d6a339634..81e0b72ad 100644 --- a/kontact/interfaces/uniqueapphandler.h +++ b/kontact/interfaces/uniqueapphandler.h @@ -24,7 +24,7 @@ #include #include -#include +#include namespace Kontact { diff --git a/kontact/plugins/kmail/kcmkmailsummary.cpp b/kontact/plugins/kmail/kcmkmailsummary.cpp index 20ba1a729..7b2d92b2d 100644 --- a/kontact/plugins/kmail/kcmkmailsummary.cpp +++ b/kontact/plugins/kmail/kcmkmailsummary.cpp @@ -37,7 +37,7 @@ #include "kcmkmailsummary.h" -#include +#include extern "C" { diff --git a/kontact/plugins/korganizer/kcmkorgsummary.cpp b/kontact/plugins/korganizer/kcmkorgsummary.cpp index 7e2dd0a33..41efc83ee 100644 --- a/kontact/plugins/korganizer/kcmkorgsummary.cpp +++ b/kontact/plugins/korganizer/kcmkorgsummary.cpp @@ -37,7 +37,7 @@ #include "kcmkorgsummary.h" -#include +#include extern "C" { diff --git a/kontact/plugins/newsticker/kcmkontactknt.cpp b/kontact/plugins/newsticker/kcmkontactknt.cpp index 929be9aa8..e186f2a13 100644 --- a/kontact/plugins/newsticker/kcmkontactknt.cpp +++ b/kontact/plugins/newsticker/kcmkontactknt.cpp @@ -45,7 +45,7 @@ #include "newsfeeds.h" -#include +#include extern "C" { diff --git a/kontact/plugins/specialdates/kcmsdsummary.cpp b/kontact/plugins/specialdates/kcmsdsummary.cpp index f0b874148..3a97d2c16 100644 --- a/kontact/plugins/specialdates/kcmsdsummary.cpp +++ b/kontact/plugins/specialdates/kcmsdsummary.cpp @@ -39,7 +39,7 @@ #include "kcmsdsummary.h" -#include +#include extern "C" { diff --git a/kontact/plugins/summary/kcmkontactsummary.cpp b/kontact/plugins/summary/kcmkontactsummary.cpp index d400df313..0ceb1ec44 100644 --- a/kontact/plugins/summary/kcmkontactsummary.cpp +++ b/kontact/plugins/summary/kcmkontactsummary.cpp @@ -39,7 +39,7 @@ #include "kcmkontactsummary.h" -#include +#include extern "C" { diff --git a/kontact/src/kcmkontact.cpp b/kontact/src/kcmkontact.cpp index 7c4b19286..0d2426a0e 100644 --- a/kontact/src/kcmkontact.cpp +++ b/kontact/src/kcmkontact.cpp @@ -38,7 +38,7 @@ #include #include -#include +#include extern "C" { -- cgit v1.2.1