Fix header inclusion guards

_QPA_ should only be used for qpa (plugin specific api) files.

Change-Id: I1fb6cd5973fcabec4c7e87eb6ccb048f825e2aad
Reviewed-by: Holger Freyther <holger+qt@freyther.de>
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
This commit is contained in:
Girish Ramakrishnan 2012-04-13 09:39:15 -07:00 committed by Qt by Nokia
parent cf52540dfb
commit d80b00f320
3 changed files with 9 additions and 9 deletions

View File

@ -39,8 +39,8 @@
**
****************************************************************************/
#ifndef QGUIAPPLICATION_QPA_H
#define QGUIAPPLICATION_QPA_H
#ifndef QGUIAPPLICATION_H
#define QGUIAPPLICATION_H
#include <QtCore/qcoreapplication.h>
#include <QtGui/qwindowdefs.h>
@ -170,4 +170,4 @@ QT_END_NAMESPACE
QT_END_HEADER
#endif // QGUIAPPLICATION_QPA_H
#endif // QGUIAPPLICATION_H

View File

@ -39,8 +39,8 @@
**
****************************************************************************/
#ifndef QWINDOW_QPA_H
#define QWINDOW_QPA_H
#ifndef QWINDOW_H
#define QWINDOW_H
#include <QtCore/QObject>
#include <QtCore/QEvent>
@ -310,4 +310,4 @@ QT_END_NAMESPACE
QT_END_HEADER
#endif // QWINDOW_QPA_H
#endif // QWINDOW_H

View File

@ -39,8 +39,8 @@
**
****************************************************************************/
#ifndef QWINDOW_QPA_P_H
#define QWINDOW_QPA_P_H
#ifndef QWINDOW_P_H
#define QWINDOW_P_H
#include <QtGui/qwindow.h>
#include <QtGui/qplatformwindow_qpa.h>
@ -132,4 +132,4 @@ QT_END_NAMESPACE
QT_END_HEADER
#endif // QWINDOW_QPA_P_H
#endif // QWINDOW_P_H