summaryrefslogtreecommitdiffstats
path: root/kontact/Thoughts
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:52:38 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:52:38 -0600
commit7dba3110aacdb3220d54c3fe0c2947c25406b700 (patch)
tree28c064cf5647b2e8654cb4d5330d8e64afff27e2 /kontact/Thoughts
parentc0fc75368b41146e605536e973e1d635b9d64ced (diff)
downloadtdepim-7dba3110aacdb3220d54c3fe0c2947c25406b700.tar.gz
tdepim-7dba3110aacdb3220d54c3fe0c2947c25406b700.zip
Additional renaming of kde to tde
Diffstat (limited to 'kontact/Thoughts')
-rw-r--r--kontact/Thoughts6
1 files changed, 3 insertions, 3 deletions
diff --git a/kontact/Thoughts b/kontact/Thoughts
index f228e1f8..6fca8f43 100644
--- a/kontact/Thoughts
+++ b/kontact/Thoughts
@@ -19,8 +19,8 @@ d predefined type as page in a KDialogBase or offer a pointer to a KDialogBase
d -> requires a Kontact part or an external lib per part
m I believe this is a more general problem. Please take a look at
-m kdegraphics/kview/kpreferences{dialog,module}.{h,cpp}. I'd like to generalize
-m these classes and include them into kdelibs (the same configuration merge is
+m tdegraphics/kview/kpreferences{dialog,module}.{h,cpp}. I'd like to generalize
+m these classes and include them into tdelibs (the same configuration merge is
m being done in Kate, Noatun, Kopete, KView and probably more).
# The problem is even more generic. We also have to merge about boxes, tips of
@@ -210,7 +210,7 @@ d We need a more sophisticated handling (progressbar, etc)
Don: Definitely.
-# We now have kdelibs/kparts/statusbarextension. This is intended to solve these
+# We now have tdelibs/kparts/statusbarextension. This is intended to solve these
# problems, right?
d: Right. Simply add it as childobject in your part and use it's API. Works even