aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/buildgraph/buildgraph.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/buildgraph/buildgraph.h')
-rw-r--r--src/lib/buildgraph/buildgraph.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/buildgraph/buildgraph.h b/src/lib/buildgraph/buildgraph.h
index e0b912f4f..a628d73a2 100644
--- a/src/lib/buildgraph/buildgraph.h
+++ b/src/lib/buildgraph/buildgraph.h
@@ -27,8 +27,8 @@
**
****************************************************************************/
-#ifndef BUILDGRAPH_H
-#define BUILDGRAPH_H
+#ifndef QBS_BUILDGRAPH_H
+#define QBS_BUILDGRAPH_H
#include "artifactlist.h"
#include "forward_decls.h"
@@ -294,4 +294,4 @@ void freeCFileTags(char **cFileTags, int numFileTags);
} // namespace Internal
} // namespace qbs
-#endif // BUILDGRAPH_H
+#endif // QBS_BUILDGRAPH_H