summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJani Honkonen <jani.honkonen@digia.com>2012-08-31 17:19:00 +0300
committerJani Honkonen <jani.honkonen@digia.com>2012-08-31 17:20:14 +0300
commitbeaeb7cee6fe7eb417d3f7acb4e6714d1599fe39 (patch)
treeba838de9ea6f1b4eec606b1e5d43dd3111463635 /plugins
parente8c5b1221524ee7173483ffda216f57669ebabdc (diff)
Fix Krazy issues
Diffstat (limited to 'plugins')
-rw-r--r--plugins/designer/qchartsplugin.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/designer/qchartsplugin.h b/plugins/designer/qchartsplugin.h
index ef0ada7a..c537c182 100644
--- a/plugins/designer/qchartsplugin.h
+++ b/plugins/designer/qchartsplugin.h
@@ -18,8 +18,8 @@
**
****************************************************************************/
-#ifndef QCHARTSPLUGIN_H_
-#define QCHARTSPLUGIN_H_
+#ifndef QCHARTSPLUGIN_H
+#define QCHARTSPLUGIN_H
#include <QDesignerCustomWidgetInterface>
@@ -41,4 +41,4 @@ public:
QWidget *createWidget(QWidget *parent);
};
-#endif /* QCHARTSPLUGIN_H_ */
+#endif /* QCHARTSPLUGIN_H */