summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs/qeglfsscreen.h
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/qeglfsscreen.h
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/qeglfsscreen.h')
-rw-r--r--src/plugins/platforms/eglfs/qeglfsscreen.h6
1 files changed, 3 insertions, 3 deletions
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