aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/aggregation
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2013-03-27 10:50:50 +0100
committerFriedemann Kleint <Friedemann.Kleint@digia.com>2013-03-27 15:43:04 +0100
commite4ae884ee07fe3f31d44c45f7c85054d19ae4361 (patch)
tree482d3331d00c0bf0f356cc4cc461ba5c870c2074 /src/libs/aggregation
parent8ae9d61b3cf9af78f3814748db5d21156eaefc90 (diff)
Fix Krazy warnings about improper include guard in various plugins.
Change-Id: I8b793ede842181e50d2bc3125ecfd3ed0b70e9d6 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'src/libs/aggregation')
-rw-r--r--src/libs/aggregation/aggregate.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libs/aggregation/aggregate.h b/src/libs/aggregation/aggregate.h
index 87d148fe79..88faec9c2c 100644
--- a/src/libs/aggregation/aggregate.h
+++ b/src/libs/aggregation/aggregate.h
@@ -27,8 +27,8 @@
**
****************************************************************************/
-#ifndef QAGGREGATION_H
-#define QAGGREGATION_H
+#ifndef AGGREGATE_H
+#define AGGREGATE_H
#include "aggregation_global.h"
@@ -131,4 +131,4 @@ template <typename T> QList<T *> query_all(QObject *obj)
} // namespace Aggregation
-#endif // QAGGREGATION_H
+#endif // AGGREGATE_H