diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:02:30 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 21:00:39 +0200 |
commit | c6cb3f27942501d24b0ded69c90ebbf7c43c755e (patch) | |
tree | 08aa592dea84d77931478751d69b47cb4d6b50ee /tderesources/README.design | |
parent | f41d2ce0f1929574f3b65eef2675ac65177608f1 (diff) | |
download | tdelibs-c6cb3f27942501d24b0ded69c90ebbf7c43c755e.tar.gz tdelibs-c6cb3f27942501d24b0ded69c90ebbf7c43c755e.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'tderesources/README.design')
-rw-r--r-- | tderesources/README.design | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tderesources/README.design b/tderesources/README.design index d1fa62b91..9de49e718 100644 --- a/tderesources/README.design +++ b/tderesources/README.design @@ -25,7 +25,7 @@ Types: local Exchange file dir ldap ... Resource families are usually implemented as (abstract) classes in a library, e.g. the calendar resource in libkcal en the -addressbook resource family in libkabc. Resource type are like +addressbook resource family in libtdeabc. Resource type are like plugins: that can be loaded on-demand, they are implemented in their own library, and a .desktop file tells KDE where to find them. @@ -168,6 +168,6 @@ mechanism, like SQL locks, or file locks, or whatever. - Maybe the resource class should have some generic support for searching. In the calendar family, you could search by -date, by category or by key word, in the kabc family you +date, by category or by key word, in the tdeabc family you could search by key word, name, country, etc. |