summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-01 17:49:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-01 17:49:09 +0900
commit056301e4b5dbf6f4c606ae34c340d3cdf2480ae1 (patch)
tree85e283f731d88f5f7265bf74c182c0b340d575f5
parentd2261e523869ad79a989ad2159ed3702daa8f823 (diff)
downloadk3b-056301e4b5dbf6f4c606ae34c340d3cdf2480ae1.tar.gz
k3b-056301e4b5dbf6f4c606ae34c340d3cdf2480ae1.zip
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--ConfigureChecks.cmake2
-rw-r--r--libk3bdevice/k3bconnection.h2
-rw-r--r--src/projects/kostore/koStore.h2
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