summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
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/painting
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/painting')
-rw-r--r--src/gui/painting/qplatformbackingstore.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/painting/qplatformbackingstore.h b/src/gui/painting/qplatformbackingstore.h
index a4df63f4d4..90d6b120d5 100644
--- a/src/gui/painting/qplatformbackingstore.h
+++ b/src/gui/painting/qplatformbackingstore.h
@@ -39,8 +39,8 @@
**
****************************************************************************/
-#ifndef QPLATFORMBACKINGSTORE_QPA_H
-#define QPLATFORMBACKINGSTORE_QPA_H
+#ifndef QPLATFORMBACKINGSTORE_H
+#define QPLATFORMBACKINGSTORE_H
//
// W A R N I N G
@@ -99,4 +99,4 @@ QT_END_NAMESPACE
QT_END_HEADER
-#endif // QPLATFORMBACKINGSTORE_QPA_H
+#endif // QPLATFORMBACKINGSTORE_H