summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs
diff options
context:
space:
mode:
authorGirish Ramakrishnan <girish.1.ramakrishnan@nokia.com>2012-04-02 13:41:18 -0700
committerQt by Nokia <qt-info@nokia.com>2012-04-03 08:36:21 +0200
commitf578e5236359a88f3a89f529b54efac1df86ea76 (patch)
tree79f0466960d0b0345bd2da7acf3d57eade5174db /src/plugins/platforms/eglfs
parent2e7b4bf6739b8b9d803bfb3e96c6d0b4ec26077a (diff)
eglfs: Fix header guards
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>
Diffstat (limited to 'src/plugins/platforms/eglfs')
-rw-r--r--src/plugins/platforms/eglfs/qeglfsbackingstore.h6
-rw-r--r--src/plugins/platforms/eglfs/qeglfsintegration.h6
-rw-r--r--src/plugins/platforms/eglfs/qeglfsscreen.h6
-rw-r--r--src/plugins/platforms/eglfs/qeglfswindow.h6
4 files changed, 12 insertions, 12 deletions
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 <QtGui/qplatformbackingstore_qpa.h>
@@ -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 <QPlatformScreen>
@@ -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