summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/home-button.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/home-button.h b/src/home-button.h
index b7356e0..9fb7fc8 100644
--- a/src/home-button.h
+++ b/src/home-button.h
@@ -22,8 +22,8 @@
typedef struct _MqHomeButton MqHomeButton;
typedef struct _MqHomeButtonClass MqHomeButtonClass;
-#ifndef MQ_STOP_HOME_BUTTON_H
-#define MQ_STOP_HOME_BUTTON_H
+#ifndef MQ_HOME_BUTTON_H
+#define MQ_HOME_BUTTON_H
#include <gtk/gtk.h>
@@ -52,4 +52,4 @@ mq_home_button_new(MqConfig *config, MqWebView *web_view);
G_END_DECLS
-#endif /* MQ_STOP_HOME_BUTTON_H */
+#endif /* MQ_HOME_BUTTON_H */