diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:02:30 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 21:00:39 +0200 |
commit | c6cb3f27942501d24b0ded69c90ebbf7c43c755e (patch) | |
tree | 08aa592dea84d77931478751d69b47cb4d6b50ee /tdecore/tdeshortcut.h | |
parent | f41d2ce0f1929574f3b65eef2675ac65177608f1 (diff) | |
download | tdelibs-c6cb3f27942501d24b0ded69c90ebbf7c43c755e.tar.gz tdelibs-c6cb3f27942501d24b0ded69c90ebbf7c43c755e.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'tdecore/tdeshortcut.h')
-rw-r--r-- | tdecore/tdeshortcut.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdecore/tdeshortcut.h b/tdecore/tdeshortcut.h index e98a007b5..09f7fce05 100644 --- a/tdecore/tdeshortcut.h +++ b/tdecore/tdeshortcut.h @@ -17,8 +17,8 @@ Boston, MA 02110-1301, USA. */ -#ifndef __KSHORTCUT_H -#define __KSHORTCUT_H +#ifndef __TDESHORTCUT_H +#define __TDESHORTCUT_H #include <tqkeysequence.h> #include <tqstring.h> @@ -848,4 +848,4 @@ class TDECORE_EXPORT TDEShortcut #endif }; -#endif // __KSHORTCUT_H +#endif // __TDESHORTCUT_H |