Fix Krazy warnings about includes/header guards in Core plugin.

Change-Id: I24b4486bf749d8a649f213482fb8d075a24fc30b
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
Friedemann Kleint
2013-03-12 12:07:32 +01:00
parent ca5b956ab5
commit b488562d57
10 changed files with 15 additions and 21 deletions

View File

@@ -27,8 +27,8 @@
**
****************************************************************************/
#ifndef PROGRESSPIE_H
#define PROGRESSPIE_H
#ifndef PROGRESSBAR_H
#define PROGRESSBAR_H
#include <QString>
#include <QWidget>
@@ -87,4 +87,4 @@ private:
} // namespace Internal
} // namespace Core
#endif // PROGRESSPIE_H
#endif // PROGRESSBAR_H