diff options
Diffstat (limited to 'src/gui/widgets/itemshortcutcontainer.h')
-rw-r--r-- | src/gui/widgets/itemshortcutcontainer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/widgets/itemshortcutcontainer.h b/src/gui/widgets/itemshortcutcontainer.h index 97ad0db27..afd421b40 100644 --- a/src/gui/widgets/itemshortcutcontainer.h +++ b/src/gui/widgets/itemshortcutcontainer.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef ITEMSHORTCUTCONTAINER_H -#define ITEMSHORTCUTCONTAINER_H +#ifndef GUI_WIDGETS_ITEMSHORTCUTCONTAINER_H +#define GUI_WIDGETS_ITEMSHORTCUTCONTAINER_H #include "gui/widgets/shortcutcontainer.h" @@ -94,4 +94,4 @@ class ItemShortcutContainer final : public ShortcutContainer gcn::Color mForegroundColor2; }; -#endif +#endif // GUI_WIDGETS_ITEMSHORTCUTCONTAINER_H |