summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2017-03-25 09:27:55 +0100
committerOlivier Goffart (Woboq GmbH) <ogoffart@woboq.com>2017-03-25 12:53:09 +0000
commit94e6e8dfc677a86ab1df33510dffb61021298007 (patch)
tree5e77af53245c488c0aa215d4e6d5d76cbdc1a403 /tests/auto/tools
parentd8e2db017392cff7c57cab0d271e5677109f3bd7 (diff)
tst_moc: fix include guards
Change-Id: I465c035cc741f94cb6737e86e33fbd1589ddaa8e Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
Diffstat (limited to 'tests/auto/tools')
-rw-r--r--tests/auto/tools/moc/cxx17-namespaces.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/tools/moc/cxx17-namespaces.h b/tests/auto/tools/moc/cxx17-namespaces.h
index 7c9f54d5f3..97f534c697 100644
--- a/tests/auto/tools/moc/cxx17-namespaces.h
+++ b/tests/auto/tools/moc/cxx17-namespaces.h
@@ -27,7 +27,7 @@
****************************************************************************/
#ifndef CXX17_NAMESPACES_H
-#define CXX11_NAMESPACES_H
+#define CXX17_NAMESPACES_H
#include <QtCore/QObject>
#if defined(__cpp_nested_namespace_definitions) || defined(Q_MOC_RUN)