summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabbedarea.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/tabbedarea.h')
-rw-r--r--src/gui/widgets/tabbedarea.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/widgets/tabbedarea.h b/src/gui/widgets/tabbedarea.h
index 40c60bd49..b30b9cb85 100644
--- a/src/gui/widgets/tabbedarea.h
+++ b/src/gui/widgets/tabbedarea.h
@@ -20,8 +20,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef TABBEDAREA_H
-#define TABBEDAREA_H
+#ifndef GUI_WIDGETS_TABBEDAREA_H
+#define GUI_WIDGETS_TABBEDAREA_H
#include "gui/widgets/widget2.h"
@@ -239,4 +239,4 @@ class TabbedArea final : public Widget2,
bool mBlockSwitching;
};
-#endif
+#endif // GUI_WIDGETS_TABBEDAREA_H