Fix QPA files inclusion headers
authorGirish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
Mon, 14 May 2012 18:36:08 +0000 (11:36 -0700)
committerQt by Nokia <qt-info@nokia.com>
Tue, 15 May 2012 02:57:40 +0000 (04:57 +0200)
find . -name "*.h" | xargs sed "s/^#\(.*\)_QPA_H/#\1_H/" -i

Change-Id: Ifa96f8cfcb67070a961c7e5f05719b82653a1174
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
src/gui/kernel/qplatformclipboard.h
src/gui/kernel/qplatformcursor.h
src/gui/kernel/qplatformnativeinterface.h
src/gui/kernel/qplatformscreenpageflipper.h
src/gui/kernel/qplatformservices.h
src/gui/kernel/qplatformsharedgraphicscache.h
src/gui/painting/qplatformbackingstore.h
src/gui/text/qplatformfontdatabase.h

index 95c8103..fd9a5a9 100644 (file)
@@ -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
index 1f339c8..1d46cd7 100644 (file)
@@ -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
index 918ba4a..7b8ef55 100644 (file)
@@ -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
index 116d2db..5c36958 100644 (file)
@@ -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
index c9bfe02..b7c5a75 100644 (file)
@@ -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
index 679b8ab..449e5e2 100644 (file)
@@ -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
index a4df63f..90d6b12 100644 (file)
@@ -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
index 08faf8d..5081c52 100644 (file)
@@ -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