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
Girish Ramakrishnan 2012-04-09 15:22:07 -07:00 committed by Qt by Nokia
parent 300ce31d70
commit c75ef6e223
1 changed files with 3 additions and 3 deletions

View File

@ -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