Fix header inclusion guards
authorGirish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
Mon, 9 Apr 2012 22:22:07 +0000 (15:22 -0700)
committerQt by Nokia <qt-info@nokia.com>
Tue, 10 Apr 2012 06:26:10 +0000 (08:26 +0200)
The inclusion guards refer to the old graphics system code

Change-Id: Ifa72e3030c83797e471735a9a696bf12c0f75b08
Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>
src/gui/kernel/qplatformcursor_qpa.h

index a315019..c1a572b 100644 (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