summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/customwizard/customwizardpage.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2013-03-12 12:13:07 +0100
committerFriedemann Kleint <Friedemann.Kleint@digia.com>2013-03-12 12:57:53 +0100
commit665ba57da07319fd61e2643eb1c1b3b813209f98 (patch)
tree68b6f7b24c50577204e16b0400fae471b7e27071 /src/plugins/projectexplorer/customwizard/customwizardpage.h
parentfdfb3cafcd8ae5a9eb8e447daaa5fe1d47d47046 (diff)
downloadqt-creator-665ba57da07319fd61e2643eb1c1b3b813209f98.tar.gz
Fix Krazy warnings about includes/header guards in ProjectExplorer.
Change-Id: Ica1df90278f450717b71f7d895c84a31a5596e7c Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Diffstat (limited to 'src/plugins/projectexplorer/customwizard/customwizardpage.h')
-rw-r--r--src/plugins/projectexplorer/customwizard/customwizardpage.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/projectexplorer/customwizard/customwizardpage.h b/src/plugins/projectexplorer/customwizard/customwizardpage.h
index abd1c4e513..766845268d 100644
--- a/src/plugins/projectexplorer/customwizard/customwizardpage.h
+++ b/src/plugins/projectexplorer/customwizard/customwizardpage.h
@@ -27,8 +27,8 @@
**
****************************************************************************/
-#ifndef CUSTOMPROJECTWIZARDDIALOG_H
-#define CUSTOMPROJECTWIZARDDIALOG_H
+#ifndef CUSTOMWIZARDPAGE_H
+#define CUSTOMWIZARDPAGE_H
#include <QComboBox>
#include <QCheckBox>
@@ -188,4 +188,4 @@ private:
} // namespace Internal
} // namespace ProjectExplorer
-#endif // CUSTOMPROJECTWIZARDDIALOG_H
+#endif // CUSTOMWIZARDPAGE_H