diff options
Diffstat (limited to 'src/gui/widgets/tabstrip.h')
-rw-r--r-- | src/gui/widgets/tabstrip.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/widgets/tabstrip.h b/src/gui/widgets/tabstrip.h index f6852df23..a61dab42b 100644 --- a/src/gui/widgets/tabstrip.h +++ b/src/gui/widgets/tabstrip.h @@ -18,8 +18,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef GUI_TABSTRIP_H -#define GUI_TABSTRIP_H +#ifndef GUI_WIDGETS_TABSTRIP_H +#define GUI_WIDGETS_TABSTRIP_H #include "gui/widgets/widgetgroup.h" @@ -44,4 +44,4 @@ class TabStrip final : public WidgetGroup void action(const gcn::ActionEvent &event) override; }; -#endif +#endif // GUI_WIDGETS_TABSTRIP_H |