Fix header inclusion guards
The inclusion guards refer to the old graphics system code Change-Id: Ifa72e3030c83797e471735a9a696bf12c0f75b08 Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>bb10
parent
300ce31d70
commit
c75ef6e223
|
|
@ -38,8 +38,8 @@
|
|||
** $QT_END_LICENSE$
|
||||
**
|
||||
****************************************************************************/
|
||||
#ifndef QGRAPHICSSYSTEMCURSOR_H
|
||||
#define QGRAPHICSSYSTEMCURSOR_H
|
||||
#ifndef QPLATFORMCURSOR_QPA_H
|
||||
#define QPLATFORMCURSOR_QPA_H
|
||||
|
||||
#include <QtCore/QList>
|
||||
#include <QtGui/QImage>
|
||||
|
|
@ -97,4 +97,4 @@ QT_END_NAMESPACE
|
|||
|
||||
QT_END_HEADER
|
||||
|
||||
#endif // QGRAPHICSSYSTEMCURSOR_H
|
||||
#endif // QPLATFORMCURSOR_QPA_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue