Fix header inclusion guard
Change-Id: Icc537d5b52315b9563078da9fa69ddd67b567f76 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>bb10
parent
70cb9598af
commit
763de6965c
|
|
@ -39,8 +39,8 @@
|
|||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef QGUIAPPLICATION_QPA_P_H
|
||||
#define QGUIAPPLICATION_QPA_P_H
|
||||
#ifndef QGUIAPPLICATION_P_H
|
||||
#define QGUIAPPLICATION_P_H
|
||||
|
||||
#include <QtGui/qguiapplication.h>
|
||||
|
||||
|
|
@ -233,4 +233,4 @@ QT_END_NAMESPACE
|
|||
|
||||
QT_END_HEADER
|
||||
|
||||
#endif // QGUIAPPLICATION_QPA_P_H
|
||||
#endif // QGUIAPPLICATION_P_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue