summaryrefslogtreecommitdiff
path: root/src/gui/okdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/okdialog.h')
-rw-r--r--src/gui/okdialog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/okdialog.h b/src/gui/okdialog.h
index 2430660d6..851590595 100644
--- a/src/gui/okdialog.h
+++ b/src/gui/okdialog.h
@@ -20,8 +20,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef OK_DIALOG_H
-#define OK_DIALOG_H
+#ifndef GUI_OKDIALOG_H
+#define GUI_OKDIALOG_H
#include "localconsts.h"
@@ -68,4 +68,4 @@ class OkDialog final : public Window,
TextBox *mTextBox;
};
-#endif
+#endif // GUI_OKDIALOG_H