summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-01 17:48:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-01 17:52:30 +0900
commit1218a0fd5702851145e4272264d9f65e74c98c92 (patch)
treebbe9d7a833862ba933048d3847e6ac675c344bb9 /configure.in
parent921a060d7b8944648f2c9fa617fbfb199e2470ac (diff)
downloaddigikam-1218a0fd5702851145e4272264d9f65e74c98c92.tar.gz
digikam-1218a0fd5702851145e4272264d9f65e74c98c92.zip
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 1d2fcd7..3667d7d 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)