diff options
Diffstat (limited to 'src/gui/statuswindow.h')
-rw-r--r-- | src/gui/statuswindow.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/statuswindow.h b/src/gui/statuswindow.h index c9c43b872..d7d465d10 100644 --- a/src/gui/statuswindow.h +++ b/src/gui/statuswindow.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef STATUS_H -#define STATUS_H +#ifndef GUI_STATUSWINDOW_H +#define GUI_STATUSWINDOW_H #include "depricatedlistener.h" @@ -122,4 +122,4 @@ class StatusWindow final : public Window, extern StatusWindow *statusWindow; -#endif +#endif // GUI_STATUSWINDOW_H |