diff options
Diffstat (limited to 'karm/tdeaccelmenuwatch.h')
-rw-r--r-- | karm/tdeaccelmenuwatch.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/karm/tdeaccelmenuwatch.h b/karm/tdeaccelmenuwatch.h index 388cd06f5..6e432f340 100644 --- a/karm/tdeaccelmenuwatch.h +++ b/karm/tdeaccelmenuwatch.h @@ -1,5 +1,5 @@ /* -* kaccelmenuwatch.h -- Declaration of class TDEAccelMenuWatch. +* tdeaccelmenuwatch.h -- Declaration of class TDEAccelMenuWatch. * Generated by newclass on Thu Jan 7 15:05:26 EST 1999. */ #ifndef KARM_K_ACCEL_MENU_WATCH_H @@ -8,7 +8,7 @@ #include <tqobject.h> #include <tqptrlist.h> -#include <kaccel.h> +#include <tdeaccel.h> class TQPopupMenu; @@ -19,8 +19,8 @@ class TQPopupMenu; * is connected, we normally have to manually call * TDEAccel::changeMenuAccel() again for each update of the TDEAccel object. * - * With TDEAccelMenuWatch you provide the kaccel object and the menu - * items to which it connects, and if you update the kaccel you just have + * With TDEAccelMenuWatch you provide the tdeaccel object and the menu + * items to which it connects, and if you update the tdeaccel you just have * to call TDEAccelMenuWatch::updateMenus() and the menu items will be updated. * * It is safe to delete menus that have connections handled by this class. @@ -99,7 +99,7 @@ class TDEAccelMenuWatch : public TQObject public slots: /** * Updates all menu accelerators. Call this after all accelerators - * have been connected or the kaccel object has been updated. + * have been connected or the tdeaccel object has been updated. */ void updateMenus(); |