summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qplatformcursor.h
diff options
context:
space:
mode:
authorGirish Ramakrishnan <girish.1.ramakrishnan@nokia.com>2012-05-14 11:36:08 -0700
committerQt by Nokia <qt-info@nokia.com>2012-05-15 04:57:40 +0200
commit32c517c9906962a15f214cdcab1d57b32cc8a7e8 (patch)
tree66dca67948cae7d0b02a36c5241897c1d1b9f8eb /src/gui/kernel/qplatformcursor.h
parentf544d7189ec8fc5096015a1a649ee2e317efd893 (diff)
Fix QPA files inclusion headers
find . -name "*.h" | xargs sed "s/^#\(.*\)_QPA_H/#\1_H/" -i Change-Id: Ifa96f8cfcb67070a961c7e5f05719b82653a1174 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'src/gui/kernel/qplatformcursor.h')
-rw-r--r--src/gui/kernel/qplatformcursor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/kernel/qplatformcursor.h b/src/gui/kernel/qplatformcursor.h
index 1f339c86b7..1d46cd74ca 100644
--- a/src/gui/kernel/qplatformcursor.h
+++ b/src/gui/kernel/qplatformcursor.h
@@ -38,8 +38,8 @@
** $QT_END_LICENSE$
**
****************************************************************************/
-#ifndef QPLATFORMCURSOR_QPA_H
-#define QPLATFORMCURSOR_QPA_H
+#ifndef QPLATFORMCURSOR_H
+#define QPLATFORMCURSOR_H
//
// W A R N I N G
@@ -108,4 +108,4 @@ QT_END_NAMESPACE
QT_END_HEADER
-#endif // QPLATFORMCURSOR_QPA_H
+#endif // QPLATFORMCURSOR_H