summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/kernel')
-rw-r--r--src/corelib/kernel/qfunctions_nacl.h6
-rw-r--r--src/corelib/kernel/qfunctions_wince.h6
-rw-r--r--src/corelib/kernel/qmetaobjectbuilder_p.h4
3 files changed, 8 insertions, 8 deletions
diff --git a/src/corelib/kernel/qfunctions_nacl.h b/src/corelib/kernel/qfunctions_nacl.h
index 955a32c5d1..ee48ffb421 100644
--- a/src/corelib/kernel/qfunctions_nacl.h
+++ b/src/corelib/kernel/qfunctions_nacl.h
@@ -39,8 +39,8 @@
**
****************************************************************************/
-#ifndef QNACLUNIMPLEMENTED_H
-#define QNACLUNIMPLEMENTED_H
+#ifndef QFUNCTIONS_NACL_H
+#define QFUNCTIONS_NACL_H
#ifdef Q_OS_NACL
@@ -93,4 +93,4 @@ QT_END_HEADER
#endif //Q_OS_NACL
-#endif //QNACLUNIMPLEMENTED_H
+#endif //QFUNCTIONS_NACL_H
diff --git a/src/corelib/kernel/qfunctions_wince.h b/src/corelib/kernel/qfunctions_wince.h
index bc2124897d..c84687ac68 100644
--- a/src/corelib/kernel/qfunctions_wince.h
+++ b/src/corelib/kernel/qfunctions_wince.h
@@ -39,8 +39,8 @@
**
****************************************************************************/
-#ifndef QFUNCTIONS_WCE_H
-#define QFUNCTIONS_WCE_H
+#ifndef QFUNCTIONS_WINCE_H
+#define QFUNCTIONS_WINCE_H
#ifdef Q_OS_WINCE
#include <stdio.h>
#include <stdlib.h>
@@ -457,4 +457,4 @@ generate_inline_return_func5(bsearch, void *, const void *, const void *, size_t
#endif //__cplusplus
#endif // Q_OS_WINCE
-#endif // QFUNCTIONS_WCE_H
+#endif // QFUNCTIONS_WINCE_H
diff --git a/src/corelib/kernel/qmetaobjectbuilder_p.h b/src/corelib/kernel/qmetaobjectbuilder_p.h
index 7c18298d35..7c8859b9e6 100644
--- a/src/corelib/kernel/qmetaobjectbuilder_p.h
+++ b/src/corelib/kernel/qmetaobjectbuilder_p.h
@@ -39,8 +39,8 @@
**
****************************************************************************/
-#ifndef QMETAOBJECTBUILDER_H
-#define QMETAOBJECTBUILDER_H
+#ifndef QMETAOBJECTBUILDER_P_H
+#define QMETAOBJECTBUILDER_P_H
//
// W A R N I N G