Fix Krazy warnings about improper include guard in various plugins.

Change-Id: I8b793ede842181e50d2bc3125ecfd3ed0b70e9d6
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
Friedemann Kleint
2013-03-27 10:50:50 +01:00
parent 8ae9d61b3c
commit e4ae884ee0
7 changed files with 21 additions and 21 deletions

View File

@@ -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