Fix Krazy warnings about improper include guard in Utils.

Change-Id: I8ec1e459a8430163e3e8b6eae6a282e8ae45cfd4
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
Friedemann Kleint
2013-03-15 12:35:25 +01:00
parent 7dee10f49c
commit 7490d56681
5 changed files with 17 additions and 12 deletions

View File

@@ -27,8 +27,8 @@
**
****************************************************************************/
#ifndef SETTINGSTUTILS_H
#define SETTINGSTUTILS_H
#ifndef STRINGUTILS_H
#define STRINGUTILS_H
#include "utils_global.h"
@@ -82,4 +82,4 @@ QTCREATOR_UTILS_EXPORT QString expandMacros(const QString &str, AbstractMacroExp
} // namespace Utils
#endif // SETTINGSTUTILS_H
#endif // STRINGUTILS_H