summaryrefslogtreecommitdiffstats
path: root/src/testlib/qxunittestlogger_p.h
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2011-10-03 18:49:51 +0200
committerQt by Nokia <qt-info@nokia.com>2011-10-04 09:30:04 +0200
commit22948130e878903bd9b98b8c031bce7dc07d7a95 (patch)
treea18f44648414f77bd89a2cc5db18d19aaa6050cd /src/testlib/qxunittestlogger_p.h
parent9d2ff58f3642828e494e7e9b2df7dbb8e2cd408f (diff)
testlib: Fix header guard files
Change-Id: Ia33423f9bd3f85259da908706d73cc2da4d8964d Reviewed-on: http://codereview.qt-project.org/5937 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Diffstat (limited to 'src/testlib/qxunittestlogger_p.h')
-rw-r--r--src/testlib/qxunittestlogger_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/testlib/qxunittestlogger_p.h b/src/testlib/qxunittestlogger_p.h
index a51d70533d..ea3aaf4d92 100644
--- a/src/testlib/qxunittestlogger_p.h
+++ b/src/testlib/qxunittestlogger_p.h
@@ -39,8 +39,8 @@
**
****************************************************************************/
-#ifndef QTESTLOGGER_P_H
-#define QTESTLOGGER_P_H
+#ifndef QXUNITTESTLOGGER_P_H
+#define QXUNITTESTLOGGER_P_H
//
// W A R N I N G
@@ -93,4 +93,4 @@ class QXunitTestLogger : public QAbstractTestLogger
QT_END_NAMESPACE
-#endif // QTESTLOGGER_P_H
+#endif // QXUNITTESTLOGGER_P_H