diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:21:55 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:21:55 -0600 |
commit | d318087925a540a204c9d3820d5a09fbda58b8b2 (patch) | |
tree | b8dde6aa5d6559b81c6667d8364a4364c27bcba4 /karm/tdeaccelmenuwatch.h | |
parent | 6cc5f72b33f1d281de3e1bf809b1b5e77d5c96cf (diff) | |
download | tdepim-d318087925a540a204c9d3820d5a09fbda58b8b2.tar.gz tdepim-d318087925a540a204c9d3820d5a09fbda58b8b2.zip |
Rename many classes and header files to avoid conflicts with KDE4
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(); |