summaryrefslogtreecommitdiffstats
path: root/src/animations/xyanimation_p.h
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@digia.com>2012-04-10 18:12:17 +0300
committerMichal Klocek <michal.klocek@digia.com>2012-04-10 18:12:29 +0300
commitdb6eae90aaeac771c9a876920beb91bbbdf36bdc (patch)
treef8680c5bf5924fe9c92863a30e1e440542a9bc6d /src/animations/xyanimation_p.h
parentecf1d49ffcb6b436753c5901f35dd376307b95fc (diff)
Fixes header guard style issues
Diffstat (limited to 'src/animations/xyanimation_p.h')
-rw-r--r--src/animations/xyanimation_p.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/animations/xyanimation_p.h b/src/animations/xyanimation_p.h
index d0abd4d7..eed68034 100644
--- a/src/animations/xyanimation_p.h
+++ b/src/animations/xyanimation_p.h
@@ -18,8 +18,9 @@
**
****************************************************************************/
-#ifndef XYCHARTANIMATION_P_H_
-#define XYCHARTANIMATION_P_H_
+#ifndef XYANIMATION_P_H
+#define XYANIMATION_P_H
+
#include "chartanimation_p.h"
#include <QPointF>