From 584acd48e02f4c6f3cb6d447e4648916528a1108 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Wed, 5 Sep 2012 13:35:13 +0200 Subject: printsupport: Fix missing or improper include guard in headers Use an include guard in headers to ensure the header is not included more than once. Make the header guard match its file name. Change-Id: Iefc02181fe235ede51c567fb54997531e5cd08a3 Reviewed-by: Thiago Macieira --- src/printsupport/kernel/qplatformprintplugin.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/printsupport/kernel/qplatformprintplugin.h') diff --git a/src/printsupport/kernel/qplatformprintplugin.h b/src/printsupport/kernel/qplatformprintplugin.h index 1fa0f52de4..4394d143f5 100644 --- a/src/printsupport/kernel/qplatformprintplugin.h +++ b/src/printsupport/kernel/qplatformprintplugin.h @@ -39,8 +39,8 @@ ** ****************************************************************************/ -#ifndef QPLATFORMPRINTERSUPPORTPLUGIN_H -#define QPLATFORMPRINTERSUPPORTPLUGIN_H +#ifndef QPLATFORMPRINTPLUGIN_H +#define QPLATFORMPRINTPLUGIN_H // // W A R N I N G @@ -80,4 +80,4 @@ QT_END_NAMESPACE QT_END_HEADER -#endif // QPLATFORMPRINTERSUPPORTPLUGIN_H +#endif // QPLATFORMPRINTPLUGIN_H -- cgit v1.2.3