diff options
-rw-r--r-- | ConfigureChecks.cmake | 2 | ||||
-rw-r--r-- | libk3bdevice/k3bconnection.h | 2 | ||||
-rw-r--r-- | 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 <kdemacros.h> + #include <tdemacros.h> #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 <tqobject.h> #include <tqmap.h> #include <tqstringlist.h> -#include <kdemacros.h> +#include <tdemacros.h> #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 <tqiodevice.h> #include <tqvaluestack.h> //#include <koffice_export.h> -#include <kdemacros.h> +#include <tdemacros.h> #define KOSTORE_EXPORT TDE_EXPORT |