diff options
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 |