diff options
Diffstat (limited to 'src/gui/statuspopup.h')
-rw-r--r-- | src/gui/statuspopup.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/statuspopup.h b/src/gui/statuspopup.h index eff1b15c0..7ee98c32d 100644 --- a/src/gui/statuspopup.h +++ b/src/gui/statuspopup.h @@ -21,8 +21,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef StatusPopup_H -#define StatusPopup_H +#ifndef GUI_STATUSPOPUP_H +#define GUI_STATUSPOPUP_H #include "keydata.h" @@ -71,4 +71,4 @@ class StatusPopup final : public Popup Label *mLabels[STATUSPOPUP_NUM_LABELS]; }; -#endif // StatusPopup_H +#endif // GUI_STATUSPOPUP_H |