diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-05 21:46:24 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-05 21:46:24 -0500 |
commit | b8c9b9d5cf43297fc89cb9bdc30e43df61db3d84 (patch) | |
tree | bd69afd13907185c75d83329b06633d666ed0ce6 | |
parent | 11d3d10833339daee6947c58f498569d20aea3e7 (diff) | |
download | tdemultimedia-b8c9b9d5cf43297fc89cb9bdc30e43df61db3d84.tar.gz tdemultimedia-b8c9b9d5cf43297fc89cb9bdc30e43df61db3d84.zip |
Rename kde libraries to tde
-rw-r--r-- | doc/artsbuilder/apis.docbook | 2 | ||||
-rw-r--r-- | kioslave/audiocd/plugins/lame/collectingprocess.cpp | 2 | ||||
-rw-r--r-- | kioslave/audiocd/plugins/lame/collectingprocess.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/artsbuilder/apis.docbook b/doc/artsbuilder/apis.docbook index 65de23be..fcc036e2 100644 --- a/doc/artsbuilder/apis.docbook +++ b/doc/artsbuilder/apis.docbook @@ -135,7 +135,7 @@ other APIs where necessary. Here is a list of language specific APIs: <variablelist> <varlistentry> -<term>KNotify, KAudioPlayer (included in libkdecore)</term> +<term>KNotify, KAudioPlayer (included in libtdecore)</term> <listitem><para> These are convenience KDE APIs for the simple and common common case, where diff --git a/kioslave/audiocd/plugins/lame/collectingprocess.cpp b/kioslave/audiocd/plugins/lame/collectingprocess.cpp index 0261d8eb..ae121db4 100644 --- a/kioslave/audiocd/plugins/lame/collectingprocess.cpp +++ b/kioslave/audiocd/plugins/lame/collectingprocess.cpp @@ -1,7 +1,7 @@ /* collectingprocess.cpp - This file is part of libkdepim. + This file is part of libtdepim. Copyright (c) 2004 Ingo Kloecker <kloecker@kde.org> This library is free software; you can redistribute it and/or diff --git a/kioslave/audiocd/plugins/lame/collectingprocess.h b/kioslave/audiocd/plugins/lame/collectingprocess.h index 1821078b..6b3b2f37 100644 --- a/kioslave/audiocd/plugins/lame/collectingprocess.h +++ b/kioslave/audiocd/plugins/lame/collectingprocess.h @@ -1,7 +1,7 @@ /* -*- mode: C++ -*- collectingprocess.h - This file is a copy of the collectingprocess.h which is part of kdepim/libkdepim. + This file is a copy of the collectingprocess.h which is part of kdepim/libtdepim. Copyright (c) 2004 Ingo Kloecker <kloecker@kde.org> This library is free software; you can redistribute it and/or |