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 <thiago.macieira@intel.com>
This commit is contained in:
Sergio Ahumada 2012-09-05 13:35:13 +02:00 committed by Qt by Nokia
parent 1616001d72
commit 584acd48e0
4 changed files with 10 additions and 10 deletions

View File

@ -38,8 +38,8 @@
** $QT_END_LICENSE$
**
****************************************************************************/
#ifndef QPAGESETUPWIDGET_H
#define QPAGESETUPWIDGET_H
#ifndef QPAGESETUPDIALOG_UNIX_P_H
#define QPAGESETUPDIALOG_UNIX_P_H
//
// W A R N I N G

View File

@ -39,8 +39,8 @@
**
****************************************************************************/
#ifndef QPREVIEWPAINTENGINE_P_H
#define QPREVIEWPAINTENGINE_P_H
#ifndef QPAINTENGINE_PREVIEW_P_H
#define QPAINTENGINE_PREVIEW_P_H
//
// W A R N I N G

View File

@ -39,8 +39,8 @@
**
****************************************************************************/
#ifndef QPLATFORMPRINTINGSUPPORT_H
#define QPLATFORMPRINTINGSUPPORT_H
#ifndef QPLATFORMPRINTERSUPPORT_H
#define QPLATFORMPRINTERSUPPORT_H
//
// W A R N I N G
// -------------
@ -100,4 +100,4 @@ QT_END_NAMESPACE
QT_END_HEADER
#endif // QPLATFORMPRINTINGSUPPORT_H
#endif // QPLATFORMPRINTERSUPPORT_H

View File

@ -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