summaryrefslogtreecommitdiffstats
path: root/src/printsupport/kernel/qplatformprintersupport.h
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2012-09-05 13:35:13 +0200
committerQt by Nokia <qt-info@nokia.com>2012-09-08 20:29:23 +0200
commit584acd48e02f4c6f3cb6d447e4648916528a1108 (patch)
tree6e2c6abdd1c6683a5f6e313531144efa57ec8660 /src/printsupport/kernel/qplatformprintersupport.h
parent1616001d72483d236a0430e6b4ac7bf18c979099 (diff)
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>
Diffstat (limited to 'src/printsupport/kernel/qplatformprintersupport.h')
-rw-r--r--src/printsupport/kernel/qplatformprintersupport.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/printsupport/kernel/qplatformprintersupport.h b/src/printsupport/kernel/qplatformprintersupport.h
index 018ec05c03..ae583d55f6 100644
--- a/src/printsupport/kernel/qplatformprintersupport.h
+++ b/src/printsupport/kernel/qplatformprintersupport.h
@@ -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