summaryrefslogtreecommitdiffstats
path: root/src
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
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')
-rw-r--r--src/gui/kernel/qplatformclipboard.h6
-rw-r--r--src/gui/kernel/qplatformcursor.h6
-rw-r--r--src/gui/kernel/qplatformnativeinterface.h6
-rw-r--r--src/gui/kernel/qplatformscreenpageflipper.h6
-rw-r--r--src/gui/kernel/qplatformservices.h6
-rw-r--r--src/gui/kernel/qplatformsharedgraphicscache.h6
-rw-r--r--src/gui/painting/qplatformbackingstore.h6
-rw-r--r--src/gui/text/qplatformfontdatabase.h6
8 files changed, 24 insertions, 24 deletions
diff --git a/src/gui/kernel/qplatformclipboard.h b/src/gui/kernel/qplatformclipboard.h
index 95c8103b7e..fd9a5a9f0e 100644
--- a/src/gui/kernel/qplatformclipboard.h
+++ b/src/gui/kernel/qplatformclipboard.h
@@ -39,8 +39,8 @@
**
****************************************************************************/
-#ifndef QPLATFORMCLIPBOARD_QPA_H
-#define QPLATFORMCLIPBOARD_QPA_H
+#ifndef QPLATFORMCLIPBOARD_H
+#define QPLATFORMCLIPBOARD_H
//
// W A R N I N G
@@ -82,4 +82,4 @@ QT_END_HEADER
#endif // QT_NO_CLIPBOARD
-#endif //QPLATFORMCLIPBOARD_QPA_H
+#endif //QPLATFORMCLIPBOARD_H
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
diff --git a/src/gui/kernel/qplatformnativeinterface.h b/src/gui/kernel/qplatformnativeinterface.h
index 918ba4a9b8..7b8ef5512c 100644
--- a/src/gui/kernel/qplatformnativeinterface.h
+++ b/src/gui/kernel/qplatformnativeinterface.h
@@ -39,8 +39,8 @@
**
****************************************************************************/
-#ifndef QPLATFORMNATIVEINTERFACE_QPA_H
-#define QPLATFORMNATIVEINTERFACE_QPA_H
+#ifndef QPLATFORMNATIVEINTERFACE_H
+#define QPLATFORMNATIVEINTERFACE_H
//
// W A R N I N G
@@ -101,4 +101,4 @@ QT_END_NAMESPACE
QT_END_HEADER
-#endif // QPLATFORMNATIVEINTERFACE_QPA_H
+#endif // QPLATFORMNATIVEINTERFACE_H
diff --git a/src/gui/kernel/qplatformscreenpageflipper.h b/src/gui/kernel/qplatformscreenpageflipper.h
index 116d2dbf82..5c369582ca 100644
--- a/src/gui/kernel/qplatformscreenpageflipper.h
+++ b/src/gui/kernel/qplatformscreenpageflipper.h
@@ -39,8 +39,8 @@
**
****************************************************************************/
-#ifndef QPLATFORMSCREENPAGEFLIPPER_QPA_H
-#define QPLATFORMSCREENPAGEFLIPPER_QPA_H
+#ifndef QPLATFORMSCREENPAGEFLIPPER_H
+#define QPLATFORMSCREENPAGEFLIPPER_H
//
// W A R N I N G
@@ -95,4 +95,4 @@ QT_END_NAMESPACE
QT_END_HEADER
-#endif // QPLATFORMSCREENPAGEFLIPPER_QPA_H
+#endif // QPLATFORMSCREENPAGEFLIPPER_H
diff --git a/src/gui/kernel/qplatformservices.h b/src/gui/kernel/qplatformservices.h
index c9bfe020ab..b7c5a75a53 100644
--- a/src/gui/kernel/qplatformservices.h
+++ b/src/gui/kernel/qplatformservices.h
@@ -39,8 +39,8 @@
**
****************************************************************************/
-#ifndef QPLATFORMSERVICES_QPA_H
-#define QPLATFORMSERVICES_QPA_H
+#ifndef QPLATFORMSERVICES_H
+#define QPLATFORMSERVICES_H
//
// W A R N I N G
@@ -73,4 +73,4 @@ public:
QT_END_NAMESPACE
QT_END_HEADER
-#endif // QPLATFORMSERVICES_QPA_H
+#endif // QPLATFORMSERVICES_H
diff --git a/src/gui/kernel/qplatformsharedgraphicscache.h b/src/gui/kernel/qplatformsharedgraphicscache.h
index 679b8ab7de..449e5e22ef 100644
--- a/src/gui/kernel/qplatformsharedgraphicscache.h
+++ b/src/gui/kernel/qplatformsharedgraphicscache.h
@@ -39,8 +39,8 @@
**
****************************************************************************/
-#ifndef QPLATFORMSHAREDGRAPHICSCACHE_QPA_H
-#define QPLATFORMSHAREDGRAPHICSCACHE_QPA_H
+#ifndef QPLATFORMSHAREDGRAPHICSCACHE_H
+#define QPLATFORMSHAREDGRAPHICSCACHE_H
//
// W A R N I N G
@@ -106,4 +106,4 @@ QT_END_NAMESPACE
QT_END_HEADER
-#endif // QPLATFORMSHAREDGRAPHICSCACHE_QPA_H
+#endif // QPLATFORMSHAREDGRAPHICSCACHE_H
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
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