From 9a3a6725befaa3c0b61731f9e53f2c1fff3e953d Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Wed, 27 Jun 2012 13:01:13 -0500 Subject: [PATCH] Branding: KDE panel->TDE panel. --- dcop/HOWTO | 2 +- tdeui/kpanelapplet.h | 2 +- tdeui/kpanelmenu.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dcop/HOWTO b/dcop/HOWTO index b0e653dfe..071136a4f 100644 --- a/dcop/HOWTO +++ b/dcop/HOWTO @@ -317,7 +317,7 @@ that an application that was started via KLauncher terminates. stream << pid; kapp->dcopClient()->emitDCOPSignal("clientDied(pid_t)", params); -The task manager of the KDE panel connects to this signal. It uses an +The task manager of the TDE panel connects to this signal. It uses an anonymous connection (it doesn't require that the signal is being emitted by KLauncher) that is non-volatile: diff --git a/tdeui/kpanelapplet.h b/tdeui/kpanelapplet.h index 566fc2667..1b345f4bd 100644 --- a/tdeui/kpanelapplet.h +++ b/tdeui/kpanelapplet.h @@ -34,7 +34,7 @@ class TQPopupMenu; * @short %KDE Panel Applet class * * Panel applets - * @li Are small applications living in the %KDE panel. + * @li Are small applications living in the %TDE panel. * @li Are implemented as DSOs (Dynamic Shared Objects). * * Note: For security and stability reasons the panel won't load diff --git a/tdeui/kpanelmenu.h b/tdeui/kpanelmenu.h index 4347f130a..2e28010fb 100644 --- a/tdeui/kpanelmenu.h +++ b/tdeui/kpanelmenu.h @@ -36,7 +36,7 @@ class KPanelMenuPrivate; * * This class allows to build menu entries that will be dynamically added either to * the K-menu, or to the panel as a normal button. These dynamic menus are located - * in shared libraries that will be loaded at runtime by Kicker (the %KDE panel). + * in shared libraries that will be loaded at runtime by Kicker (the %TDE panel). * * To build such a menu, you have to inherit this class and implement the pure virtual * functions #initialize() and slotExec(). You also have to provide a factory