diff --git a/src/plugins/platforms/eglfs/qeglfsbackingstore.h b/src/plugins/platforms/eglfs/qeglfsbackingstore.h index 1eb4d8d79a..97ea322420 100644 --- a/src/plugins/platforms/eglfs/qeglfsbackingstore.h +++ b/src/plugins/platforms/eglfs/qeglfsbackingstore.h @@ -39,8 +39,8 @@ ** ****************************************************************************/ -#ifndef QEGLWINDOWSURFACE_H -#define QEGLWINDOWSURFACE_H +#ifndef QEGLFSBACKINGSTORE_H +#define QEGLFSBACKINGSTORE_H #include @@ -70,4 +70,4 @@ private: QT_END_NAMESPACE -#endif // QEGLWINDOWSURFACE_H +#endif // QEGLFSBACKINGSTORE_H diff --git a/src/plugins/platforms/eglfs/qeglfsintegration.h b/src/plugins/platforms/eglfs/qeglfsintegration.h index ee30d4bbf2..73866b6997 100644 --- a/src/plugins/platforms/eglfs/qeglfsintegration.h +++ b/src/plugins/platforms/eglfs/qeglfsintegration.h @@ -39,8 +39,8 @@ ** ****************************************************************************/ -#ifndef EGLINTEGRATION_H -#define EGLINTEGRATION_H +#ifndef QEGLFSINTEGRATION_H +#define QEGLFSINTEGRATION_H #include "qeglfsscreen.h" @@ -75,4 +75,4 @@ private: QT_END_NAMESPACE QT_END_HEADER -#endif +#endif // QEGLFSINTEGRATION_H diff --git a/src/plugins/platforms/eglfs/qeglfsscreen.h b/src/plugins/platforms/eglfs/qeglfsscreen.h index 18fc643b98..5ec187366b 100644 --- a/src/plugins/platforms/eglfs/qeglfsscreen.h +++ b/src/plugins/platforms/eglfs/qeglfsscreen.h @@ -39,8 +39,8 @@ ** ****************************************************************************/ -#ifndef QEGLSCREEN_H -#define QEGLSCREEN_H +#ifndef QEGLFSSCREEN_H +#define QEGLFSSCREEN_H #include @@ -79,4 +79,4 @@ private: }; QT_END_NAMESPACE -#endif // QEGLSCREEN_H +#endif // QEGLFSSCREEN_H diff --git a/src/plugins/platforms/eglfs/qeglfswindow.h b/src/plugins/platforms/eglfs/qeglfswindow.h index 807470bc78..1376708ad6 100644 --- a/src/plugins/platforms/eglfs/qeglfswindow.h +++ b/src/plugins/platforms/eglfs/qeglfswindow.h @@ -39,8 +39,8 @@ ** ****************************************************************************/ -#ifndef QEGLWINDOW_H -#define QEGLWINDOW_H +#ifndef QEGLFSWINDOW_H +#define QEGLFSWINDOW_H #include "qeglfsintegration.h" #include "qeglfsscreen.h" @@ -62,4 +62,4 @@ private: WId m_winid; }; QT_END_NAMESPACE -#endif // QEGLWINDOW_H +#endif // QEGLFSWINDOW_H