diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-05 21:46:04 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-05 21:46:04 -0500 |
commit | 2f8104dc5f81cdf416f6729e858a5a64429db53f (patch) | |
tree | 3cf75b17d65da42ee3b949f7732e2d74ffcccda2 /src | |
parent | 9775c024ea0e76f6272dba84f2ccf1089341653b (diff) | |
download | gwenview-2f8104dc5f81cdf416f6729e858a5a64429db53f.tar.gz gwenview-2f8104dc5f81cdf416f6729e858a5a64429db53f.zip |
Rename kde libraries to tde
Diffstat (limited to 'src')
-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 |
3 files changed, 4 insertions, 4 deletions
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) |