aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-04-28 12:04:39 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2016-04-28 11:56:07 +0000
commit23706b974f443b96bf1da86b264349e51d6d0d05 (patch)
treeda4a14fe7a4e27c66afd0ad72c7e453d46014c06 /src/quicktemplates2
parent8c47e08dfba62385f7255b88be0587485c6d2696 (diff)
Align header guards: all uppercase & match with the file name
Change-Id: I066e25408778617a40a43dcd0b25ab8e69a09002 Reviewed-by: Liang Qi <liang.qi@qt.io>
Diffstat (limited to 'src/quicktemplates2')
-rw-r--r--src/quicktemplates2/qquickbuttongroup_p.h2
-rw-r--r--src/quicktemplates2/qquickdial_p.h6
-rw-r--r--src/quicktemplates2/qquickrangeslider_p.h6
-rw-r--r--src/quicktemplates2/qquicktumbler_p.h6
-rw-r--r--src/quicktemplates2/qtquicktemplates2global_p.h6
5 files changed, 13 insertions, 13 deletions
diff --git a/src/quicktemplates2/qquickbuttongroup_p.h b/src/quicktemplates2/qquickbuttongroup_p.h
index 707b8aa4..baf4e13f 100644
--- a/src/quicktemplates2/qquickbuttongroup_p.h
+++ b/src/quicktemplates2/qquickbuttongroup_p.h
@@ -115,4 +115,4 @@ QT_END_NAMESPACE
QML_DECLARE_TYPE(QQuickButtonGroup)
QML_DECLARE_TYPEINFO(QQuickButtonGroup, QML_HAS_ATTACHED_PROPERTIES)
-#endif // QQuickButtonGroup_H
+#endif // QQUICKBUTTONGROUP_P_H
diff --git a/src/quicktemplates2/qquickdial_p.h b/src/quicktemplates2/qquickdial_p.h
index b2823629..2d87d6d9 100644
--- a/src/quicktemplates2/qquickdial_p.h
+++ b/src/quicktemplates2/qquickdial_p.h
@@ -34,8 +34,8 @@
**
****************************************************************************/
-#ifndef QQUICKDIAL_H
-#define QQUICKDIAL_H
+#ifndef QQUICKDIAL_P_H
+#define QQUICKDIAL_P_H
//
// W A R N I N G
@@ -149,4 +149,4 @@ QT_END_NAMESPACE
QML_DECLARE_TYPE(QQuickDial)
-#endif // QQUICKDIAL_H
+#endif // QQUICKDIAL_P_H
diff --git a/src/quicktemplates2/qquickrangeslider_p.h b/src/quicktemplates2/qquickrangeslider_p.h
index d6a8a7a5..4c2eb4bb 100644
--- a/src/quicktemplates2/qquickrangeslider_p.h
+++ b/src/quicktemplates2/qquickrangeslider_p.h
@@ -34,8 +34,8 @@
**
****************************************************************************/
-#ifndef QQUICKRANGESLIDER_H
-#define QQUICKRANGESLIDER_H
+#ifndef QQUICKRANGESLIDER_P_H
+#define QQUICKRANGESLIDER_P_H
//
// W A R N I N G
@@ -172,4 +172,4 @@ QT_END_NAMESPACE
QML_DECLARE_TYPE(QQuickRangeSlider)
-#endif // QQUICKRANGESLIDER_H
+#endif // QQUICKRANGESLIDER_P_H
diff --git a/src/quicktemplates2/qquicktumbler_p.h b/src/quicktemplates2/qquicktumbler_p.h
index ea6e35a6..19d86bf2 100644
--- a/src/quicktemplates2/qquicktumbler_p.h
+++ b/src/quicktemplates2/qquicktumbler_p.h
@@ -34,8 +34,8 @@
**
****************************************************************************/
-#ifndef QQUICKTUMBLER_H
-#define QQUICKTUMBLER_H
+#ifndef QQUICKTUMBLER_P_H
+#define QQUICKTUMBLER_P_H
//
// W A R N I N G
@@ -140,4 +140,4 @@ QT_END_NAMESPACE
QML_DECLARE_TYPE(QQuickTumbler)
QML_DECLARE_TYPEINFO(QQuickTumbler, QML_HAS_ATTACHED_PROPERTIES)
-#endif // QQUICKTUMBLER_H
+#endif // QQUICKTUMBLER_P_H
diff --git a/src/quicktemplates2/qtquicktemplates2global_p.h b/src/quicktemplates2/qtquicktemplates2global_p.h
index 717bcb5c..50430b38 100644
--- a/src/quicktemplates2/qtquicktemplates2global_p.h
+++ b/src/quicktemplates2/qtquicktemplates2global_p.h
@@ -34,8 +34,8 @@
**
****************************************************************************/
-#ifndef QTQUICKTEMPLATES2GLOBAL_H
-#define QTQUICKTEMPLATES2GLOBAL_H
+#ifndef QTQUICKTEMPLATES2GLOBAL_P_H
+#define QTQUICKTEMPLATES2GLOBAL_P_H
//
// W A R N I N G
@@ -64,4 +64,4 @@ QT_BEGIN_NAMESPACE
QT_END_NAMESPACE
-#endif // QTQUICKTEMPLATES2GLOBAL_H
+#endif // QTQUICKTEMPLATES2GLOBAL_P_H