diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:28:57 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:28:57 -0600 |
commit | 7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04 (patch) | |
tree | b7c6396f4f7fe78dcd49424bff707e977541de18 /kicker/DESIGN | |
parent | 66c0fa70796c1989a9f3adb0c5c0ad799ade48ca (diff) | |
download | tdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.tar.gz tdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.zip |
Additional kde to tde renaming
Diffstat (limited to 'kicker/DESIGN')
-rw-r--r-- | kicker/DESIGN | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kicker/DESIGN b/kicker/DESIGN index ca7fa7b2c..dd66260f0 100644 --- a/kicker/DESIGN +++ b/kicker/DESIGN @@ -62,12 +62,12 @@ these files should be moved to kdebase/kicker/kcm (... add docu here about the structure of the kcm stuff and how it uses DCOP to communicate with the panels ...) -In kdelibs/kdeui there are two classes that are quite important to kicker. +In kdelibs/tdeui there are two classes that are quite important to kicker. The first is KPanelApplet, which is the base class of all kicker applets. The other class is KPanelExtension, which is the base class of all kicker extensions. -These classes are in kdeui so that other applications besides kicker may +These classes are in tdeui so that other applications besides kicker may use these facilities, either to provide their own applet/extension facilities or so as to provide kicker applets/extensions. This strategy should be re-examined in KDE4 and the APIs of both classes cleaned up @@ -77,7 +77,7 @@ extensively. --------------------- applets/ The basic set of applets. Everything here subclasses from KPanelApplet found -in kdelibs/kdeui. These can be assumed to exist at startup and are allowed, +in kdelibs/tdeui. These can be assumed to exist at startup and are allowed, if not encouraged to, access kicker internals. buttons/ |