aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/progressmanager/progressbar.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2013-03-12 12:07:32 +0100
committerFriedemann Kleint <Friedemann.Kleint@digia.com>2013-03-13 14:05:40 +0100
commitb488562d578424dfed166fa42a0c6d076eb2548f (patch)
tree0583f32198cba7ecd7e76c49d703b5b0f225aa5e /src/plugins/coreplugin/progressmanager/progressbar.h
parentca5b956ab5559089dfd9f6ee5e23f7843295756d (diff)
Fix Krazy warnings about includes/header guards in Core plugin.
Change-Id: I24b4486bf749d8a649f213482fb8d075a24fc30b Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'src/plugins/coreplugin/progressmanager/progressbar.h')
-rw-r--r--src/plugins/coreplugin/progressmanager/progressbar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/coreplugin/progressmanager/progressbar.h b/src/plugins/coreplugin/progressmanager/progressbar.h
index e23fa6f0c3..bbc5789fcc 100644
--- a/src/plugins/coreplugin/progressmanager/progressbar.h
+++ b/src/plugins/coreplugin/progressmanager/progressbar.h
@@ -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