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/qplatformsharedgraphicscache.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/kernel/qplatformsharedgraphicscache.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 -- cgit v1.2.3