summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-01 18:15:59 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-01 18:15:59 +0900
commitfdeb34cef4b2e5a00274dfaec7f6aedf632b3718 (patch)
tree1ad6d45721ed8c82ea847a654c71ad303fc40139
parentf1c49fc1f3d329423aad3834b9d2f0b0f57f84dd (diff)
downloadtdepowersave-fdeb34cef4b2e5a00274dfaec7f6aedf632b3718.tar.gz
tdepowersave-fdeb34cef4b2e5a00274dfaec7f6aedf632b3718.zip
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 6dd460f..7cd49c6 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -67,7 +67,7 @@ endif( )
# check for 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