summaryrefslogtreecommitdiffstats
path: root/kicker
diff options
context:
space:
mode:
Diffstat (limited to 'kicker')
-rw-r--r--kicker/DESIGN14
-rw-r--r--kicker/applets/launcher/easyvector.h2
-rw-r--r--kicker/applets/launcher/flowgridmanager.cpp2
-rw-r--r--kicker/applets/launcher/flowgridmanager.h2
-rw-r--r--kicker/applets/launcher/quickbuttongroup.h2
-rw-r--r--kicker/extensions/kasbar/ChangeLog2
-rw-r--r--kicker/extensions/kasbar/kasaboutdlg.cpp2
-rw-r--r--kicker/kicker/ui/appletop_mnu.cpp2
-rw-r--r--kicker/kicker/ui/k_mnu.h2
-rw-r--r--kicker/menuext/konsole/konsolebookmarkhandler.cpp2
-rw-r--r--kicker/menuext/konsole/konsolebookmarkhandler.h2
11 files changed, 17 insertions, 17 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
diff --git a/kicker/applets/launcher/easyvector.h b/kicker/applets/launcher/easyvector.h
index cad9a2c86..005df28de 100644
--- a/kicker/applets/launcher/easyvector.h
+++ b/kicker/applets/launcher/easyvector.h
@@ -1,7 +1,7 @@
/* Copyright 2004, Daniel Woods Bullok <dan.devel@bullok.com>
distributed under the terms of the
GNU GENERAL PUBLIC LICENSE Version 2 -
- See the file kdebase/COPYING for details
+ See the file tdebase/COPYING for details
*/
#ifndef __easyvector_h__
diff --git a/kicker/applets/launcher/flowgridmanager.cpp b/kicker/applets/launcher/flowgridmanager.cpp
index 0cf3fba62..46c79a857 100644
--- a/kicker/applets/launcher/flowgridmanager.cpp
+++ b/kicker/applets/launcher/flowgridmanager.cpp
@@ -1,7 +1,7 @@
/* Copyright 2004, Daniel Woods Bullok <dan.devel@bullok.com>
distributed under the terms of the
GNU GENERAL PUBLIC LICENSE Version 2 -
- See the file kdebase/COPYING for details
+ See the file tdebase/COPYING for details
*/
#include "flowgridmanager.h"
diff --git a/kicker/applets/launcher/flowgridmanager.h b/kicker/applets/launcher/flowgridmanager.h
index 521490c51..c801431b4 100644
--- a/kicker/applets/launcher/flowgridmanager.h
+++ b/kicker/applets/launcher/flowgridmanager.h
@@ -1,7 +1,7 @@
/* Copyright 2004, Daniel Woods Bullok <dan.devel@bullok.com>
distributed under the terms of the
GNU GENERAL PUBLIC LICENSE Version 2 -
- See the file kdebase/COPYING for details
+ See the file tdebase/COPYING for details
*/
#ifndef __const_space_grid_h__
diff --git a/kicker/applets/launcher/quickbuttongroup.h b/kicker/applets/launcher/quickbuttongroup.h
index d96e72140..37d04ef9e 100644
--- a/kicker/applets/launcher/quickbuttongroup.h
+++ b/kicker/applets/launcher/quickbuttongroup.h
@@ -1,7 +1,7 @@
/* Copyright 2004, Daniel Woods Bullok <dan.devel@bullok.com>
distributed under the terms of the
GNU GENERAL PUBLIC LICENSE Version 2 -
- See the file kdebase/COPYING for details
+ See the file tdebase/COPYING for details
*/
#ifndef __quickbuttongroup_h__
diff --git a/kicker/extensions/kasbar/ChangeLog b/kicker/extensions/kasbar/ChangeLog
index 67b22fd8a..8cc59cea6 100644
--- a/kicker/extensions/kasbar/ChangeLog
+++ b/kicker/extensions/kasbar/ChangeLog
@@ -411,7 +411,7 @@
2004-02-24 Tuesday 11:30 englich
*
- Remove all CVS Id tags from kdebase, if I haven't missed one.
+ Remove all CVS Id tags from tdebase, if I haven't missed one.
Of course, this will multifold break compile as well as a dozen
of people will now object that they actually wanted the Id tags.
diff --git a/kicker/extensions/kasbar/kasaboutdlg.cpp b/kicker/extensions/kasbar/kasaboutdlg.cpp
index b76a70386..35028d9e0 100644
--- a/kicker/extensions/kasbar/kasaboutdlg.cpp
+++ b/kicker/extensions/kasbar/kasaboutdlg.cpp
@@ -59,7 +59,7 @@
#include <tqfile.h>
#include <tqtextstream.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <klocale.h>
#include <kstandarddirs.h>
#include <kglobal.h>
diff --git a/kicker/kicker/ui/appletop_mnu.cpp b/kicker/kicker/ui/appletop_mnu.cpp
index f784a9ca2..925571e61 100644
--- a/kicker/kicker/ui/appletop_mnu.cpp
+++ b/kicker/kicker/ui/appletop_mnu.cpp
@@ -195,7 +195,7 @@ PanelAppletOpMenu::PanelAppletOpMenu(int actions, TQPopupMenu *opMenu, const TQP
}
needSeparator = false;
- // NOTE: keditbookmarks is from konqueror. seeing as this is in kdebase
+ // NOTE: keditbookmarks is from konqueror. seeing as this is in tdebase
// as well this should be ok?
insertItem(SmallIcon("keditbookmarks"),
i18n("&Edit Bookmarks"),
diff --git a/kicker/kicker/ui/k_mnu.h b/kicker/kicker/ui/k_mnu.h
index bf2746a97..f7ad2ee77 100644
--- a/kicker/kicker/ui/k_mnu.h
+++ b/kicker/kicker/ui/k_mnu.h
@@ -33,7 +33,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
namespace KPIM {
// Yes, ClickLineEdit was copied from libtdepim.
- // Can we have it in kdelibs please?
+ // Can we have it in tdelibs please?
class ClickLineEdit;
}
diff --git a/kicker/menuext/konsole/konsolebookmarkhandler.cpp b/kicker/menuext/konsole/konsolebookmarkhandler.cpp
index 58417e9f4..e515e41f5 100644
--- a/kicker/menuext/konsole/konsolebookmarkhandler.cpp
+++ b/kicker/menuext/konsole/konsolebookmarkhandler.cpp
@@ -1,4 +1,4 @@
-// Born as kdelibs/kio/kfile/kfilebookmarkhandler.cpp
+// Born as tdelibs/kio/kfile/kfilebookmarkhandler.cpp
#include <stdio.h>
#include <stdlib.h>
diff --git a/kicker/menuext/konsole/konsolebookmarkhandler.h b/kicker/menuext/konsole/konsolebookmarkhandler.h
index 43ef82105..cc0b1886b 100644
--- a/kicker/menuext/konsole/konsolebookmarkhandler.h
+++ b/kicker/menuext/konsole/konsolebookmarkhandler.h
@@ -1,4 +1,4 @@
-// Born as kdelibs/kio/kfile/kfilebookmarkhandler.h
+// Born as tdelibs/kio/kfile/kfilebookmarkhandler.h
#ifndef KONSOLEBOOKMARKHANDLER_H
#define KONSOLEBOOKMARKHANDLER_H