summaryrefslogtreecommitdiffstats
path: root/src/gui/text
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/text
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/text')
-rw-r--r--src/gui/text/qplatformfontdatabase.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/text/qplatformfontdatabase.h b/src/gui/text/qplatformfontdatabase.h
index 08faf8d84f..5081c520ae 100644
--- a/src/gui/text/qplatformfontdatabase.h
+++ b/src/gui/text/qplatformfontdatabase.h
@@ -39,8 +39,8 @@
**
****************************************************************************/
-#ifndef QPLATFORMFONTDATABASE_QPA_H
-#define QPLATFORMFONTDATABASE_QPA_H
+#ifndef QPLATFORMFONTDATABASE_H
+#define QPLATFORMFONTDATABASE_H
//
// W A R N I N G
@@ -128,4 +128,4 @@ QT_END_NAMESPACE
QT_END_HEADER
-#endif // QPLATFORMFONTDATABASE_QPA_H
+#endif // QPLATFORMFONTDATABASE_H