diff options
-rw-r--r-- | acinclude.m4 | 4 | ||||
-rw-r--r-- | src/gvcore/clicklineedit.cpp | 2 | ||||
-rw-r--r-- | src/gvcore/clicklineedit.h | 2 | ||||
-rw-r--r-- | src/spec/gwenview-mdk.spec | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 4512c24..48e5d70 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1776,7 +1776,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" @@ -2158,7 +2158,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/gvcore/clicklineedit.cpp b/src/gvcore/clicklineedit.cpp index 3b7db6a..58c09ac 100644 --- a/src/gvcore/clicklineedit.cpp +++ b/src/gvcore/clicklineedit.cpp @@ -1,5 +1,5 @@ /* - This file is part of libkdepim. + This file is part of libtdepim. Copyright (c) 2004 Daniel Molkentin <molkentin@kde.org> based on code by Cornelius Schumacher <schumacher@kde.org> diff --git a/src/gvcore/clicklineedit.h b/src/gvcore/clicklineedit.h index c36305b..26cbfb3 100644 --- a/src/gvcore/clicklineedit.h +++ b/src/gvcore/clicklineedit.h @@ -1,5 +1,5 @@ /* - This file is part of libkdepim. + This file is part of libtdepim. Copyright (c) 2004 Daniel Molkentin <molkentin@kde.org> This library is free software; you can redistribute it and/or diff --git a/src/spec/gwenview-mdk.spec b/src/spec/gwenview-mdk.spec index 70e4380..b57a174 100644 --- a/src/spec/gwenview-mdk.spec +++ b/src/spec/gwenview-mdk.spec @@ -163,8 +163,8 @@ ln -s %_datadir/icons/hicolor/16x16/apps/%{gvname}.png %buildroot/%_miconsdir %_mandir/man1/%{gvname}.1.bz2 %_libdir/trinity/* -%_libdir/libkdeinit_%{gvname}.so -%_libdir/libkdeinit_%{gvname}.la +%_libdir/libtdeinit_%{gvname}.so +%_libdir/libtdeinit_%{gvname}.la %files -n %libname %defattr(-,root,root,0755) |