From 2b4ce2f0ffd90cb3783ce80f0dc68c4d7891d560 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Fri, 10 Aug 2012 11:55:50 +0200 Subject: Use an include guard for qelapsedtimer.h that matches the file name The class used to be called QTimeStamp before. Change-Id: I6e543f4f131a80299eb5dae78d8852b7899bab8a Reviewed-by: Oswald Buddenhagen --- src/corelib/tools/qelapsedtimer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/corelib/tools/qelapsedtimer.h b/src/corelib/tools/qelapsedtimer.h index 4eb640a156..c1608dbec9 100644 --- a/src/corelib/tools/qelapsedtimer.h +++ b/src/corelib/tools/qelapsedtimer.h @@ -39,8 +39,8 @@ ** ****************************************************************************/ -#ifndef QTIMESTAMP_H -#define QTIMESTAMP_H +#ifndef QELAPSEDTIMER_H +#define QELAPSEDTIMER_H #include @@ -91,4 +91,4 @@ QT_END_NAMESPACE QT_END_HEADER -#endif // QTIMESTAMP_H +#endif // QELAPSEDTIMER_H -- cgit v1.2.3