summaryrefslogtreecommitdiff
path: root/src/gui/widgets/icon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/icon.h')
-rw-r--r--src/gui/widgets/icon.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/widgets/icon.h b/src/gui/widgets/icon.h
index bae76bb72..a81fc8bc1 100644
--- a/src/gui/widgets/icon.h
+++ b/src/gui/widgets/icon.h
@@ -20,8 +20,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef ICON_H
-#define ICON_H
+#ifndef GUI_WIDGETS_ICON_H
+#define GUI_WIDGETS_ICON_H
#include "gui/widgets/widget2.h"
@@ -74,4 +74,4 @@ class Icon final : public gcn::Widget,
Image *mImage;
};
-#endif // ICON_H
+#endif // GUI_WIDGETS_ICON_H