summaryrefslogtreecommitdiffstats
path: root/kicker/DESIGN
diff options
context:
space:
mode:
Diffstat (limited to 'kicker/DESIGN')
-rw-r--r--kicker/DESIGN6
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/