summaryrefslogtreecommitdiff
path: root/src/gui/theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/theme.h')
-rw-r--r--src/gui/theme.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/theme.h b/src/gui/theme.h
index 231a32ce2..443150a0f 100644
--- a/src/gui/theme.h
+++ b/src/gui/theme.h
@@ -22,8 +22,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef THEME_H
-#define THEME_H
+#ifndef GUI_THEME_H
+#define GUI_THEME_H
#include "configlistener.h"
#include "graphics.h"
@@ -507,4 +507,4 @@ class Theme final : public Palette, public ConfigListener
ProgressColors mProgressColors;
};
-#endif
+#endif // GUI_THEME_H