diff options
author | Slávek Banko <[email protected]> | 2013-09-03 19:59:09 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-09-03 19:59:09 +0200 |
commit | 961ba4e01e946aa2d9506f53709b0dfd4515d758 (patch) | |
tree | 7b9569d627bca50bb36b9047e042fe961bd8943a /extra/kde330/tdeaccelaction.h | |
parent | 36e64939e93885e8f37a89546f62d6db59e8f858 (diff) | |
download | pytde-961ba4e01e946aa2d9506f53709b0dfd4515d758.tar.gz pytde-961ba4e01e946aa2d9506f53709b0dfd4515d758.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'extra/kde330/tdeaccelaction.h')
-rw-r--r-- | extra/kde330/tdeaccelaction.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/kde330/tdeaccelaction.h b/extra/kde330/tdeaccelaction.h index f84a24d..78278ea 100644 --- a/extra/kde330/tdeaccelaction.h +++ b/extra/kde330/tdeaccelaction.h @@ -17,8 +17,8 @@ Boston, MA 02110-1301, USA. */ -#ifndef _KACCELACTION_H -#define _KACCELACTION_H +#ifndef _TDEACCELACTION_H +#define _TDEACCELACTION_H #include <tqmap.h> #include <tqptrvector.h> @@ -561,4 +561,4 @@ class TDEAccelActions friend class TDEAccelBase; }; -#endif // _KACCELACTION_H +#endif // _TDEACCELACTION_H |