From 6ad792d2cf236c0fc3e4b6e8bb9400745b8dbf8c Mon Sep 17 00:00:00 2001 From: Arin Alexander Date: Wed, 27 Sep 2017 13:04:56 +0300 Subject: [PATCH] Headers have bin fixed --- include/lrglobal.h | 4 ++-- limereport/bands/lrtearoffband.h | 4 ++-- limereport/lrglobal.h | 4 ++-- limereport/lrgraphicsviewzoom.h | 4 ++-- limereport/lritemscontainerdesignitf.h | 4 ++-- limereport/lrvariablesholder.h | 4 ++-- limereport/objectinspector/editors/lrtextitempropertyeditor.h | 4 ++-- limereport/objectinspector/propertyItems/lrcontentpropitem.h | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/include/lrglobal.h b/include/lrglobal.h index 1c501d5..f2c866f 100644 --- a/include/lrglobal.h +++ b/include/lrglobal.h @@ -27,8 +27,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU General Public License for more details. * ****************************************************************************/ -#ifndef GLOBAL_H -#define GLOBAL_H +#ifndef LRGLOBAL_H +#define LRGLOBAL_H #include "qglobal.h" #include #include diff --git a/limereport/bands/lrtearoffband.h b/limereport/bands/lrtearoffband.h index e373a90..1366aa6 100644 --- a/limereport/bands/lrtearoffband.h +++ b/limereport/bands/lrtearoffband.h @@ -1,5 +1,5 @@ -#ifndef TEAROFFBAND_H -#define TEAROFFBAND_H +#ifndef LRTEAROFFBAND_H +#define LRTEAROFFBAND_H #include "lrbanddesignintf.h" namespace LimeReport { diff --git a/limereport/lrglobal.h b/limereport/lrglobal.h index 1c501d5..f2c866f 100644 --- a/limereport/lrglobal.h +++ b/limereport/lrglobal.h @@ -27,8 +27,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU General Public License for more details. * ****************************************************************************/ -#ifndef GLOBAL_H -#define GLOBAL_H +#ifndef LRGLOBAL_H +#define LRGLOBAL_H #include "qglobal.h" #include #include diff --git a/limereport/lrgraphicsviewzoom.h b/limereport/lrgraphicsviewzoom.h index e1f6d49..7c7f014 100644 --- a/limereport/lrgraphicsviewzoom.h +++ b/limereport/lrgraphicsviewzoom.h @@ -1,5 +1,5 @@ -#ifndef GRAPHICSVIEWZOOM_H -#define GRAPHICSVIEWZOOM_H +#ifndef LRGRAPHICSVIEWZOOM_H +#define LRGRAPHICSVIEWZOOM_H #include #include diff --git a/limereport/lritemscontainerdesignitf.h b/limereport/lritemscontainerdesignitf.h index 26e3f11..1526ac7 100644 --- a/limereport/lritemscontainerdesignitf.h +++ b/limereport/lritemscontainerdesignitf.h @@ -1,5 +1,5 @@ -#ifndef ITEMSCONTAINERDESIGNITF_H -#define ITEMSCONTAINERDESIGNITF_H +#ifndef LRITEMSCONTAINERDESIGNITF_H +#define LRITEMSCONTAINERDESIGNITF_H #include "lrbasedesignintf.h" diff --git a/limereport/lrvariablesholder.h b/limereport/lrvariablesholder.h index e375ea8..5c97bbe 100644 --- a/limereport/lrvariablesholder.h +++ b/limereport/lrvariablesholder.h @@ -27,8 +27,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU General Public License for more details. * ****************************************************************************/ -#ifndef VARIABLEHOLDER_H -#define VARIABLEHOLDER_H +#ifndef LRVARIABLEHOLDER_H +#define LRVARIABLEHOLDER_H #include #include diff --git a/limereport/objectinspector/editors/lrtextitempropertyeditor.h b/limereport/objectinspector/editors/lrtextitempropertyeditor.h index fec9afc..367941b 100644 --- a/limereport/objectinspector/editors/lrtextitempropertyeditor.h +++ b/limereport/objectinspector/editors/lrtextitempropertyeditor.h @@ -27,8 +27,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU General Public License for more details. * ****************************************************************************/ -#ifndef ATEXTITEMPROPERTYEDITOR_H -#define ATEXTITEMPROPERTYEDITOR_H +#ifndef LRTEXTITEMPROPERTYEDITOR_H +#define LRTEXTITEMPROPERTYEDITOR_H #include #include diff --git a/limereport/objectinspector/propertyItems/lrcontentpropitem.h b/limereport/objectinspector/propertyItems/lrcontentpropitem.h index ead771f..3c91b27 100644 --- a/limereport/objectinspector/propertyItems/lrcontentpropitem.h +++ b/limereport/objectinspector/propertyItems/lrcontentpropitem.h @@ -1,5 +1,5 @@ -#ifndef CONTENTPROPITEM_H -#define CONTENTPROPITEM_H +#ifndef LRCONTENTPROPITEM_H +#define LRCONTENTPROPITEM_H #include "lrstringpropitem.h" #include "objectinspector/editors/lrbuttonlineeditor.h"