From 056301e4b5dbf6f4c606ae34c340d3cdf2480ae1 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 1 Jul 2024 17:49:09 +0900 Subject: [PATCH] Replace kdemacros.h with tdemacros.h Signed-off-by: Michele Calgaro --- ConfigureChecks.cmake | 2 +- libk3bdevice/k3bconnection.h | 2 +- src/projects/kostore/koStore.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 1bfe83c..54a05c8 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -105,7 +105,7 @@ endif ( ) if( WITH_TDEHWLIB ) tde_save_and_set( CMAKE_REQUIRED_INCLUDES "${TDE_INCLUDE_DIR}" ) check_cxx_source_compiles( " - #include + #include #ifndef __TDE_HAVE_TDEHWLIB #error tdecore is not build with tdehwlib #endif diff --git a/libk3bdevice/k3bconnection.h b/libk3bdevice/k3bconnection.h index 9deb458..07bb0c2 100644 --- a/libk3bdevice/k3bconnection.h +++ b/libk3bdevice/k3bconnection.h @@ -25,7 +25,7 @@ #include #include #include -#include +#include #ifdef HAVE_TDEHWLIB class TDEGenericDevice; diff --git a/src/projects/kostore/koStore.h b/src/projects/kostore/koStore.h index c3bda8c..cc48221 100644 --- a/src/projects/kostore/koStore.h +++ b/src/projects/kostore/koStore.h @@ -25,7 +25,7 @@ #include #include //#include -#include +#include #define KOSTORE_EXPORT TDE_EXPORT