From 32c517c9906962a15f214cdcab1d57b32cc8a7e8 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 14 May 2012 11:36:08 -0700 Subject: [PATCH] Fix QPA files inclusion headers MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit find . -name "*.h" | xargs sed "s/^#\(.*\)_QPA_H/#\1_H/" -i Change-Id: Ifa96f8cfcb67070a961c7e5f05719b82653a1174 Reviewed-by: Samuel Rødal --- src/gui/kernel/qplatformclipboard.h | 6 +++--- src/gui/kernel/qplatformcursor.h | 6 +++--- src/gui/kernel/qplatformnativeinterface.h | 6 +++--- src/gui/kernel/qplatformscreenpageflipper.h | 6 +++--- src/gui/kernel/qplatformservices.h | 6 +++--- src/gui/kernel/qplatformsharedgraphicscache.h | 6 +++--- src/gui/painting/qplatformbackingstore.h | 6 +++--- src/gui/text/qplatformfontdatabase.h | 6 +++--- 8 files changed, 24 insertions(+), 24 deletions(-) diff --git a/src/gui/kernel/qplatformclipboard.h b/src/gui/kernel/qplatformclipboard.h index 95c8103..fd9a5a9 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 1f339c8..1d46cd7 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 918ba4a..7b8ef55 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 116d2db..5c36958 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 c9bfe02..b7c5a75 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 679b8ab..449e5e2 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 a4df63f..90d6b12 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 08faf8d..5081c52 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 -- 2.7.4