diff options
Diffstat (limited to 'src/gui/helpwindow.h')
-rw-r--r-- | src/gui/helpwindow.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/helpwindow.h b/src/gui/helpwindow.h index cec27aa75..df3ac4c0f 100644 --- a/src/gui/helpwindow.h +++ b/src/gui/helpwindow.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef HELPWINDOW_H -#define HELPWINDOW_H +#ifndef GUI_HELPWINDOW_H +#define GUI_HELPWINDOW_H #include "gui/widgets/linkhandler.h" #include "gui/widgets/window.h" @@ -91,4 +91,4 @@ class HelpWindow final : public Window, public LinkHandler, extern HelpWindow *helpWindow; -#endif +#endif // GUI_HELPWINDOW_H |