summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog
diff options
context:
space:
mode:
authorSean McBride <sean@rogue-research.com>2014-12-11 18:10:03 (GMT)
committerBrad King <brad.king@kitware.com>2014-12-11 18:53:06 (GMT)
commit111be1801fcf50412e702be2d5966dbf52926b94 (patch)
tree8bb76dc144ec0b5190f9992fc69af59943eaa699 /Source/QtDialog
parent3171fe0afa7169c1e814a5c0e08b115002f0d3c3 (diff)
downloadCMake-111be1801fcf50412e702be2d5966dbf52926b94.zip
CMake-111be1801fcf50412e702be2d5966dbf52926b94.tar.gz
CMake-111be1801fcf50412e702be2d5966dbf52926b94.tar.bz2
Rename header guards to not start with double underscore
Use regex to find/replace: __(cm.*_h) \1 Then fix QCMake.h by hand.
Diffstat (limited to 'Source/QtDialog')
-rw-r--r--Source/QtDialog/QCMake.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/QtDialog/QCMake.h b/Source/QtDialog/QCMake.h
index bd82f0d..d910eb7 100644
--- a/Source/QtDialog/QCMake.h
+++ b/Source/QtDialog/QCMake.h
@@ -10,8 +10,8 @@
See the License for more information.
============================================================================*/
-#ifndef __QCMake_h
-#define __QCMake_h
+#ifndef QCMake_h
+#define QCMake_h
#ifdef _MSC_VER
#pragma warning ( disable : 4127 )
#pragma warning ( disable : 4512 )
@@ -152,5 +152,5 @@ protected:
QAtomicInt InterruptFlag;
};
-#endif // __QCMake_h
+#endif // QCMake_h