diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-27 12:49:38 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-27 12:49:38 -0500 |
commit | bce7d747cab6ce34bb69485524a6061fd3cd37d1 (patch) | |
tree | ace22f191b9bedd9f9947454260c7335d2ff368f /extra/kde340/kpanelmenu.h | |
parent | 3ea72f68a5b01ff663ea04a00db9f53c83113781 (diff) | |
download | pytde-bce7d747cab6ce34bb69485524a6061fd3cd37d1.tar.gz pytde-bce7d747cab6ce34bb69485524a6061fd3cd37d1.zip |
Branding: KDE panel->TDE panel.
Diffstat (limited to 'extra/kde340/kpanelmenu.h')
-rw-r--r-- | extra/kde340/kpanelmenu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/kde340/kpanelmenu.h b/extra/kde340/kpanelmenu.h index 4347f13..2e28010 100644 --- a/extra/kde340/kpanelmenu.h +++ b/extra/kde340/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 |