summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2012-09-05 12:40:51 +0200
committerQt by Nokia <qt-info@nokia.com>2012-09-09 08:50:48 +0200
commit15eeb0e7dc300877a80b34eb4764502df85901ed (patch)
tree64e4274bc0013f078466b700570d636567621e69 /src/tools
parentf67d23d4fc4bc6d915f8b2c085998ddc2f6365fe (diff)
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: Icf7d7d4bed91443b3b21ef5d4219dbd260dffef3 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/qdoc/qmlparser/qqmljsastfwd_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/qdoc/qmlparser/qqmljsastfwd_p.h b/src/tools/qdoc/qmlparser/qqmljsastfwd_p.h
index dec1cbc599..23e7592d11 100644
--- a/src/tools/qdoc/qmlparser/qqmljsastfwd_p.h
+++ b/src/tools/qdoc/qmlparser/qqmljsastfwd_p.h
@@ -39,8 +39,8 @@
**
****************************************************************************/
-#ifndef QQMLJSAST_FWD_P_H
-#define QQMLJSAST_FWD_P_H
+#ifndef QQMLJSASTFWD_P_H
+#define QQMLJSASTFWD_P_H
#include "qqmljsglobal_p.h"