summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-11-05 21:46:13 -0500
committerTimothy Pearson <[email protected]>2011-11-05 21:46:13 -0500
commit65a40bb1d39106a8f0a3cce41ad677281300bc40 (patch)
tree99e2b1f97be9a48dccdfffb287edf270ccc4b598
parentc97c325486271579da66a8118f806f25397779e7 (diff)
downloadtellico-65a40bb1d39106a8f0a3cce41ad677281300bc40.tar.gz
tellico-65a40bb1d39106a8f0a3cce41ad677281300bc40.zip
Rename kde libraries to tde
-rw-r--r--acinclude.m44
-rw-r--r--src/gui/overlaywidget.h2
-rw-r--r--src/progressmanager.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index dcd7a13..79afd1f 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1789,7 +1789,7 @@ AC_CACHE_VAL(ac_cv_have_kde,
if test "$kde_qtver" = 1; then
kde_check_header="ksock.h"
- kde_check_lib="libkdecore.la"
+ kde_check_lib="libtdecore.la"
else
kde_check_header="ksharedptr.h"
kde_check_lib="libkio.la"
@@ -2175,7 +2175,7 @@ if test "x$kde_cv_func_$1" = xyes; then
else
case "$1" in
setenv|unsetenv|usleep|random|srandom|seteuid|mkstemps|mkstemp|revoke|vsnprintf|strlcpy|strlcat)
- kde_cv_proto_$1="yes - in libkdefakes"
+ kde_cv_proto_$1="yes - in libtdefakes"
;;
*)
kde_cv_proto_$1=unknown
diff --git a/src/gui/overlaywidget.h b/src/gui/overlaywidget.h
index 0349e00..184afd2 100644
--- a/src/gui/overlaywidget.h
+++ b/src/gui/overlaywidget.h
@@ -11,7 +11,7 @@
* *
***************************************************************************/
-// much of this code is adapted from libkdepim
+// much of this code is adapted from libtdepim
// which is GPL licensed, Copyright (c) 2004 David Faure
#ifndef TELLICO_GUI_OVERLAYWIDGET_H
diff --git a/src/progressmanager.h b/src/progressmanager.h
index e82064e..97e5018 100644
--- a/src/progressmanager.h
+++ b/src/progressmanager.h
@@ -11,7 +11,7 @@
* *
***************************************************************************/
-// much of this code is adapted from libkdepim
+// much of this code is adapted from libtdepim
// which is GPL licensed, Copyright (c) 2004 Till Adam
#ifndef TELLICO_PROGRESSMANAGER_H