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>
This commit is contained in:
Girish Ramakrishnan 2012-04-02 13:41:18 -07:00 committed by Qt by Nokia
parent 2e7b4bf673
commit f578e52363
4 changed files with 12 additions and 12 deletions

View 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

View 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

View 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

View 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