From e4ae884ee07fe3f31d44c45f7c85054d19ae4361 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Wed, 27 Mar 2013 10:50:50 +0100 Subject: Fix Krazy warnings about improper include guard in various plugins. Change-Id: I8b793ede842181e50d2bc3125ecfd3ed0b70e9d6 Reviewed-by: Eike Ziller --- src/libs/aggregation/aggregate.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/libs/aggregation') 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 QList query_all(QObject *obj) } // namespace Aggregation -#endif // QAGGREGATION_H +#endif // AGGREGATE_H -- cgit v1.2.3