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>
bb10
Sergio Ahumada 2011-10-03 18:49:51 +02:00 committed by Qt by Nokia
parent 9d2ff58f36
commit 22948130e8
4 changed files with 8 additions and 8 deletions

View File

@ -39,8 +39,8 @@
**
****************************************************************************/
#ifndef QBENCHMARK_MEASUREMENT_P_H
#define QBENCHMARK_MEASUREMENT_P_H
#ifndef QBENCHMARKMEASUREMENT_P_H
#define QBENCHMARKMEASUREMENT_P_H
//
// W A R N I N G
@ -113,4 +113,4 @@ private:
QT_END_NAMESPACE
#endif // QBENCHMARK_MEASUREMENT_P_H
#endif // QBENCHMARKMEASUREMENT_P_H

View File

@ -39,7 +39,7 @@
**
****************************************************************************/
#if !defined(QTESTKEYBOARD_H)
#ifndef QTESTKEYBOARD_H
#define QTESTKEYBOARD_H
#if 0

View File

@ -39,7 +39,7 @@
**
****************************************************************************/
#if !defined(QTESTMOUSE_H)
#ifndef QTESTMOUSE_H
#define QTESTMOUSE_H
#if 0

View File

@ -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