diff options
Diffstat (limited to 'tdeui/tdeactionshortcutlist.h')
-rw-r--r-- | tdeui/tdeactionshortcutlist.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdeui/tdeactionshortcutlist.h b/tdeui/tdeactionshortcutlist.h index affb6bf2a..a3afa1dc6 100644 --- a/tdeui/tdeactionshortcutlist.h +++ b/tdeui/tdeactionshortcutlist.h @@ -1,5 +1,5 @@ -#ifndef _KACTIONSHORTCUTLIST_H -#define _KACTIONSHORTCUTLIST_H +#ifndef _TDEACTIONSHORTCUTLIST_H +#define _TDEACTIONSHORTCUTLIST_H #include <tdeshortcutlist.h> #include <tdeaction.h> @@ -76,4 +76,4 @@ class TDEUI_EXPORT TDEActionPtrShortcutList : public TDEShortcutList TDEAccelShortcutListPrivate* d; }; -#endif // !_KACTIONSHORTCUTLIST_H +#endif // !_TDEACTIONSHORTCUTLIST_H |