aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/aggregation
diff options
context:
space:
mode:
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 87d148fe79d..88faec9c2cf 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