summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-07-01 17:48:09 +0900
committerMichele Calgaro <[email protected]>2024-07-01 19:04:48 +0900
commit9966557a2eb263585e5e6ba7680054792ec7d368 (patch)
tree84bb482c044f88665094322591d31694f75eb6c7 /configure.in
parent3fe71963e43a35b9af15117c72b6c216c5638358 (diff)
downloaddigikam-9966557a2eb263585e5e6ba7680054792ec7d368.tar.gz
digikam-9966557a2eb263585e5e6ba7680054792ec7d368.zip
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 1218a0fd5702851145e4272264d9f65e74c98c92)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 1d2fcd7d..3667d7d8 100644
--- a/configure.in
+++ b/configure.in
@@ -96,7 +96,7 @@ AC_MSG_CHECKING([if hidden visibility should be enabled])
AC_COMPILE_IFELSE(
[
#include <tdeversion.h>
- #include <kdemacros.h>
+ #include <tdemacros.h>
int other_func( void )
{
#if KDE_IS_VERSION(3,3,2)