From 32c517c9906962a15f214cdcab1d57b32cc8a7e8 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 14 May 2012 11:36:08 -0700 Subject: Fix QPA files inclusion headers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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(-) (limited to 'src') 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 -- cgit v1.2.3