diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-05 21:46:22 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-05 21:46:22 -0500 |
commit | 545c1b231b6d60ae3c8ebcfd9eda123d8bec30fd (patch) | |
tree | 0cdeeff6db385353df58676fcacc5ceb467afc7d /kicker | |
parent | b907400d736e8eb8d54fb9eec3c00d8f79ba6c93 (diff) | |
download | tdebase-545c1b231b6d60ae3c8ebcfd9eda123d8bec30fd.tar.gz tdebase-545c1b231b6d60ae3c8ebcfd9eda123d8bec30fd.zip |
Rename kde libraries to tde
Diffstat (limited to 'kicker')
-rw-r--r-- | kicker/kicker/ui/clicklineedit.cpp | 2 | ||||
-rw-r--r-- | kicker/kicker/ui/clicklineedit.h | 2 | ||||
-rw-r--r-- | kicker/kicker/ui/k_mnu.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/kicker/kicker/ui/clicklineedit.cpp b/kicker/kicker/ui/clicklineedit.cpp index debe91d3e..1793d97b3 100644 --- a/kicker/kicker/ui/clicklineedit.cpp +++ b/kicker/kicker/ui/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/kicker/kicker/ui/clicklineedit.h b/kicker/kicker/ui/clicklineedit.h index cadafae4c..85efcada8 100644 --- a/kicker/kicker/ui/clicklineedit.h +++ b/kicker/kicker/ui/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/kicker/kicker/ui/k_mnu.h b/kicker/kicker/ui/k_mnu.h index d91ddf032..bf2746a97 100644 --- a/kicker/kicker/ui/k_mnu.h +++ b/kicker/kicker/ui/k_mnu.h @@ -32,7 +32,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "service_mnu.h" namespace KPIM { - // Yes, ClickLineEdit was copied from libkdepim. + // Yes, ClickLineEdit was copied from libtdepim. // Can we have it in kdelibs please? class ClickLineEdit; } |