summaryrefslogtreecommitdiffstats
path: root/kicker/DESIGN
diff options
context:
space:
mode:
Diffstat (limited to 'kicker/DESIGN')
-rw-r--r--kicker/DESIGN14
1 files changed, 7 insertions, 7 deletions
diff --git a/kicker/DESIGN b/kicker/DESIGN
index dd66260f0..1642c17c4 100644
--- a/kicker/DESIGN
+++ b/kicker/DESIGN
@@ -5,7 +5,7 @@ Contents
1. Kicker Startup
2. The Extension Manager
3. The Plugin Manager
-4. Files Important To Kicker That Aren't In kdebase/kicker
+4. Files Important To Kicker That Aren't In tdebase/kicker
5. Top Level Directories
6. Class Overview
7. KIOSK features in Kicker
@@ -49,20 +49,20 @@ extensions, which they use the PluginManager (PM) and EM to do.
------------------
-4. Files Important To Kicker That Aren't In kdebase/kicker
+4. Files Important To Kicker That Aren't In tdebase/kicker
-------------------------------------------------------
There are two important sets of kicker-related files that aren't in this
source tree. The first is the kicker configuration panels, the second are
the applet and extentions classes.
For historical reasons, the configuration panels can be found in
-kdebase/kcontrol/kicker. When we move to a better RCS (e.g. subversion)
-these files should be moved to kdebase/kicker/kcm
+tdebase/kcontrol/kicker. When we move to a better RCS (e.g. subversion)
+these files should be moved to tdebase/kicker/kcm
(... add docu here about the structure of the kcm stuff and how it uses
DCOP to communicate with the panels ...)
-In kdelibs/tdeui there are two classes that are quite important to kicker.
+In tdelibs/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.
@@ -77,7 +77,7 @@ extensively.
---------------------
applets/
The basic set of applets. Everything here subclasses from KPanelApplet found
-in kdelibs/tdeui. These can be assumed to exist at startup and are allowed,
+in tdelibs/tdeui. These can be assumed to exist at startup and are allowed,
if not encouraged to, access kicker internals.
buttons/
@@ -115,7 +115,7 @@ probably be moved / consolidated with core/ eventually.
ui/
Menus and dialogs. Menus tend to contain "_mnu" in the file name. Kicker's
control panels are not found here, however. Those are in i
-kdebase/kcontrol/kicker.
+tdebase/kcontrol/kicker.
taskbar/
The code that implements the actual taskbar widget. This is wrapped by the