summaryrefslogtreecommitdiffstats
path: root/src/chartitem_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/chartitem_p.h
parentecf1d49ffcb6b436753c5901f35dd376307b95fc (diff)
Fixes header guard style issues
Diffstat (limited to 'src/chartitem_p.h')
-rw-r--r--src/chartitem_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chartitem_p.h b/src/chartitem_p.h
index f6f46a00..ae9ddd6e 100644
--- a/src/chartitem_p.h
+++ b/src/chartitem_p.h
@@ -18,8 +18,8 @@
**
****************************************************************************/
-#ifndef CHARTITEM_H_
-#define CHARTITEM_H_
+#ifndef CHARTITEM_H
+#define CHARTITEM_H
#include "chart_p.h"
#include "chartpresenter_p.h"