eglfs: Fix header guards
authorGirish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
Mon, 2 Apr 2012 20:41:18 +0000 (13:41 -0700)
committerQt by Nokia <qt-info@nokia.com>
Tue, 3 Apr 2012 06:36:21 +0000 (08:36 +0200)
Match the filename and the header guard defines.

Change-Id: Id9f795ae8522e574d63115a43b62b9ee4ba33005
Reviewed-by: Donald Carr <donald.carr@nokia.com>
Reviewed-by: Girish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
src/plugins/platforms/eglfs/qeglfsbackingstore.h
src/plugins/platforms/eglfs/qeglfsintegration.h
src/plugins/platforms/eglfs/qeglfsscreen.h
src/plugins/platforms/eglfs/qeglfswindow.h

index 1eb4d8d..97ea322 100644 (file)
@@ -39,8 +39,8 @@
 **
 ****************************************************************************/
 
-#ifndef QEGLWINDOWSURFACE_H
-#define QEGLWINDOWSURFACE_H
+#ifndef QEGLFSBACKINGSTORE_H
+#define QEGLFSBACKINGSTORE_H
 
 #include <QtGui/qplatformbackingstore_qpa.h>
 
@@ -70,4 +70,4 @@ private:
 
 QT_END_NAMESPACE
 
-#endif // QEGLWINDOWSURFACE_H
+#endif // QEGLFSBACKINGSTORE_H
index ee30d4b..73866b6 100644 (file)
@@ -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
index 18fc643..5ec1873 100644 (file)
@@ -39,8 +39,8 @@
 **
 ****************************************************************************/
 
-#ifndef QEGLSCREEN_H
-#define QEGLSCREEN_H
+#ifndef QEGLFSSCREEN_H
+#define QEGLFSSCREEN_H
 
 #include <QPlatformScreen>
 
@@ -79,4 +79,4 @@ private:
 };
 
 QT_END_NAMESPACE
-#endif // QEGLSCREEN_H
+#endif // QEGLFSSCREEN_H
index 807470b..1376708 100644 (file)
@@ -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