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 NAVIGATIONSSUBWIDGET_H
#define NAVIGATIONSSUBWIDGET_H
#ifndef NAVIGATIONSUBWIDGET_H
#define NAVIGATIONSUBWIDGET_H
#include <QComboBox>
@@ -123,4 +123,4 @@ private:
} // namespace Internal
} // namespace Core
#endif // NAVIGATIONSSUBWIDGET_H
#endif // NAVIGATIONSUBWIDGET_H