Replace kdemacros.h with tdemacros.h

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/45/head
Michele Calgaro 5 months ago
parent d2261e5238
commit 056301e4b5
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -105,7 +105,7 @@ endif ( )
if( WITH_TDEHWLIB ) if( WITH_TDEHWLIB )
tde_save_and_set( CMAKE_REQUIRED_INCLUDES "${TDE_INCLUDE_DIR}" ) tde_save_and_set( CMAKE_REQUIRED_INCLUDES "${TDE_INCLUDE_DIR}" )
check_cxx_source_compiles( " check_cxx_source_compiles( "
#include <kdemacros.h> #include <tdemacros.h>
#ifndef __TDE_HAVE_TDEHWLIB #ifndef __TDE_HAVE_TDEHWLIB
#error tdecore is not build with tdehwlib #error tdecore is not build with tdehwlib
#endif #endif

@ -25,7 +25,7 @@
#include <tqobject.h> #include <tqobject.h>
#include <tqmap.h> #include <tqmap.h>
#include <tqstringlist.h> #include <tqstringlist.h>
#include <kdemacros.h> #include <tdemacros.h>
#ifdef HAVE_TDEHWLIB #ifdef HAVE_TDEHWLIB
class TDEGenericDevice; class TDEGenericDevice;

@ -25,7 +25,7 @@
#include <tqiodevice.h> #include <tqiodevice.h>
#include <tqvaluestack.h> #include <tqvaluestack.h>
//#include <koffice_export.h> //#include <koffice_export.h>
#include <kdemacros.h> #include <tdemacros.h>
#define KOSTORE_EXPORT TDE_EXPORT #define KOSTORE_EXPORT TDE_EXPORT

Loading…
Cancel
Save