summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:44:54 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:44:54 -0600
commitec88f7ac6d6cef8e05ff0387cc5f805363cb0ee4 (patch)
tree5dcbb7c3621bff0b1503721b065dce9fc8283d85 /configure.in
parent29517faf1dead4be27ae1dd751d85900c6c3f281 (diff)
downloadkipi-plugins-ec88f7ac6d6cef8e05ff0387cc5f805363cb0ee4.tar.gz
kipi-plugins-ec88f7ac6d6cef8e05ff0387cc5f805363cb0ee4.zip
Additional renaming of kde to tde
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 950e26f..62ffdd1 100644
--- a/configure.in
+++ b/configure.in
@@ -97,7 +97,7 @@ AC_SUBST(KIPI_PLUGINS_COMMON_LDFLAGS)
# -----------------------------------------------------------------
#
-# enable hidden visibility only if kde >= 3.3.2 and kdelibs has
+# enable hidden visibility only if kde >= 3.3.2 and tdelibs has
# been compiled with visibility enabled
#
# -----------------------------------------------------------------
@@ -108,7 +108,7 @@ CPPFLAGS="$CPPFLAGS $all_includes"
AC_MSG_CHECKING([if hidden visibility should be enabled])
AC_COMPILE_IFELSE(
[
- #include <kdeversion.h>
+ #include <tdeversion.h>
#include <kdemacros.h>
int other_func( void )
{