Branding: KDE panel->TDE panel.

pull/16/head
Darrell Anderson 12 years ago
parent 787bd7949e
commit 9a3a6725be

@ -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:

@ -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

@ -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

Loading…
Cancel
Save