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) --- akregator/src/aboutdata.h | 2 +- akregator/src/akregator_export.h | 2 +- akregator/src/librss/global.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'akregator/src') diff --git a/akregator/src/aboutdata.h b/akregator/src/aboutdata.h index 3ec567eee..50f04c453 100644 --- a/akregator/src/aboutdata.h +++ b/akregator/src/aboutdata.h @@ -26,7 +26,7 @@ #define ABOUTDATA_H #include -#include +#include #define AKREGATOR_VERSION "1.2.9" diff --git a/akregator/src/akregator_export.h b/akregator/src/akregator_export.h index a5a85b1fc..4ee5db1c9 100644 --- a/akregator/src/akregator_export.h +++ b/akregator/src/akregator_export.h @@ -21,7 +21,7 @@ #ifndef AKREGATOR_AKREGATOREXPORT_H #define AKREGATOR_AKREGATOREXPORT_H -#include +#include #define AKREGATOR_EXPORT TDE_EXPORT diff --git a/akregator/src/librss/global.h b/akregator/src/librss/global.h index 966521cc8..16c08178c 100644 --- a/akregator/src/librss/global.h +++ b/akregator/src/librss/global.h @@ -11,7 +11,7 @@ #ifndef LIBRSS_GLOBAL_H #define LIBRSS_GLOBAL_H -#include +#include template class TQValueList; -- cgit v1.2.1