diff --git a/webchannel/muebchannel.h b/webchannel/muebchannel.h
index 9cc6ba7944e0ef54a3a993f51bbd1df131518ea7..b0d797ab6557c62272245d2522de84ed31abc09e 100644
--- a/webchannel/muebchannel.h
+++ b/webchannel/muebchannel.h
@@ -1,5 +1,5 @@
-#ifndef LIBMUEB_MUEBTRANSMITTERCHANNEL_H_
-#define LIBMUEB_MUEBTRANSMITTERCHANNEL_H_
+#ifndef LIBMUEB_MUEBCHANNEL_H_
+#define LIBMUEB_MUEBCHANNEL_H_
 
 #include <QImage>
 #include <QObject>
@@ -38,4 +38,4 @@ class MuebChannel : public QObject {
   void FrameChanged(QPixmap frame);
 };
 
-#endif  // LIBMUEB_MUEBTRANSMITTERCHANNEL_H_
+#endif  // LIBMUEB_MUEBCHANNEL_H_