diff options
Diffstat (limited to 'src/gui/setup.h')
-rw-r--r-- | src/gui/setup.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/setup.h b/src/gui/setup.h index 6bba210af..aeb7cc635 100644 --- a/src/gui/setup.h +++ b/src/gui/setup.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef SETUP_H -#define SETUP_H +#ifndef GUI_SETUP_H +#define GUI_SETUP_H #include "gui/widgets/tabbedarea.h" @@ -79,4 +79,4 @@ class Setup final : public Window, public gcn::ActionListener extern Setup* setupWindow; -#endif +#endif // GUI_SETUP_H |