summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2016-11-29 11:46:30 +0100
committerUlf Hermann <ulf.hermann@qt.io>2016-11-29 11:40:06 +0000
commitfd91566ac98e300725a161de40a4feba427e1fa8 (patch)
treeb121a6b9de52f5c8adfbf0adce9199a324642937 /tools
parentbc476e8803b1be71014a4cd6a93abfcbb04465e5 (diff)
Fix header guards
They should reflect the file name. Change-Id: I4f1ba1b98b673cfcb9ccacc8d83a42e06b1f2a3d Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
Diffstat (limited to 'tools')
-rw-r--r--tools/qscxmlc/scxmlcppdumper.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/qscxmlc/scxmlcppdumper.h b/tools/qscxmlc/scxmlcppdumper.h
index 95fa48a..bd49cea 100644
--- a/tools/qscxmlc/scxmlcppdumper.h
+++ b/tools/qscxmlc/scxmlcppdumper.h
@@ -26,8 +26,8 @@
**
****************************************************************************/
-#ifndef CPPDUMPER_H
-#define CPPDUMPER_H
+#ifndef SCXMLCPPDUMPER_H
+#define SCXMLCPPDUMPER_H
#include "qscxmlglobals.h"
@@ -95,4 +95,4 @@ private:
QT_END_NAMESPACE
-#endif // CPPDUMPER_H
+#endif // SCXMLCPPDUMPER_H