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