Skip to content

Commit

Permalink
Rename some rendererV2 ui files
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ committed Nov 3, 2018
1 parent ec98dfc commit a3db4e3
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions src/gui/symbology/qgscategorizedsymbolrendererwidget.h
Expand Up @@ -12,8 +12,8 @@
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef QGSCATEGORIZEDSYMBOLRENDERERV2WIDGET_H
#define QGSCATEGORIZEDSYMBOLRENDERERV2WIDGET_H
#ifndef QGSCATEGORIZEDSYMBOLRENDERERWIDGET_H
#define QGSCATEGORIZEDSYMBOLRENDERERWIDGET_H

#include "qgscategorizedsymbolrenderer.h"
#include "qgis.h"
Expand All @@ -25,7 +25,7 @@
class QgsCategorizedSymbolRenderer;
class QgsRendererCategory;

#include "ui_qgscategorizedsymbolrendererv2widget.h"
#include "ui_qgscategorizedsymbolrendererwidget.h"
#include "qgis_gui.h"


Expand Down Expand Up @@ -195,4 +195,4 @@ class GUI_EXPORT QgsCategorizedSymbolRendererWidget : public QgsRendererWidget,
QgsExpressionContext createExpressionContext() const override;
};

#endif // QGSCATEGORIZEDSYMBOLRENDERERV2WIDGET_H
#endif // QGSCATEGORIZEDSYMBOLRENDERERWIDGET_H
6 changes: 3 additions & 3 deletions src/gui/symbology/qgscptcitycolorrampdialog.h
Expand Up @@ -13,11 +13,11 @@
* *
***************************************************************************/

#ifndef QGSCPTCITYCOLORRAMPV2DIALOG_H
#define QGSCPTCITYCOLORRAMPV2DIALOG_H
#ifndef QGSCPTCITYCOLORRAMPDIALOG_H
#define QGSCPTCITYCOLORRAMPDIALOG_H


#include "ui_qgscptcitycolorrampv2dialogbase.h"
#include "ui_qgscptcitycolorrampdialogbase.h"
#include "qgis.h"
#include <QDialog>

Expand Down
8 changes: 4 additions & 4 deletions src/gui/symbology/qgsgraduatedsymbolrendererwidget.h
Expand Up @@ -13,16 +13,16 @@
* *
***************************************************************************/

#ifndef QGSGRADUATEDSYMBOLRENDERERV2WIDGET_H
#define QGSGRADUATEDSYMBOLRENDERERV2WIDGET_H
#ifndef QGSGRADUATEDSYMBOLRENDERERWIDGET_H
#define QGSGRADUATEDSYMBOLRENDERERWIDGET_H

#include "qgsgraduatedsymbolrenderer.h"
#include "qgis.h"
#include "qgsrendererwidget.h"
#include "qgsproxystyle.h"
#include <QStandardItem>

#include "ui_qgsgraduatedsymbolrendererv2widget.h"
#include "ui_qgsgraduatedsymbolrendererwidget.h"
#include "qgis_gui.h"

#ifndef SIP_RUN
Expand Down Expand Up @@ -170,4 +170,4 @@ class GUI_EXPORT QgsGraduatedSymbolRendererWidget : public QgsRendererWidget, pr
};


#endif // QGSGRADUATEDSYMBOLRENDERERV2WIDGET_H
#endif // QGSGRADUATEDSYMBOLRENDERERWIDGET_H
6 changes: 3 additions & 3 deletions src/gui/symbology/qgsrendererpropertiesdialog.h
Expand Up @@ -14,13 +14,13 @@
* *
***************************************************************************/

#ifndef QGSRENDERERV2PROPERTIESDIALOG_H
#define QGSRENDERERV2PROPERTIESDIALOG_H
#ifndef QGSRENDERERPROPERTIESDIALOG_H
#define QGSRENDERERPROPERTIESDIALOG_H

#include <QDialog>
#include "qgis.h"

#include "ui_qgsrendererv2propsdialogbase.h"
#include "ui_qgsrendererpropsdialogbase.h"

#include "qgsfeaturerequest.h"
#include "qgis_gui.h"
Expand Down
8 changes: 4 additions & 4 deletions src/gui/symbology/qgsrulebasedrendererwidget.h
Expand Up @@ -13,8 +13,8 @@
* *
***************************************************************************/

#ifndef QGSRULEBASEDRENDERERV2WIDGET_H
#define QGSRULEBASEDRENDERERV2WIDGET_H
#ifndef QGSRULEBASEDRENDERERWIDGET_H
#define QGSRULEBASEDRENDERERWIDGET_H

#include "qgsrendererwidget.h"
#include "qgis.h"
Expand Down Expand Up @@ -100,7 +100,7 @@ class GUI_EXPORT QgsRuleBasedRendererModel : public QAbstractItemModel

///////

#include "ui_qgsrulebasedrendererv2widget.h"
#include "ui_qgsrulebasedrendererwidget.h"

/**
* \ingroup gui
Expand Down Expand Up @@ -282,4 +282,4 @@ class GUI_EXPORT QgsRendererRulePropsDialog : public QDialog
};


#endif // QGSRULEBASEDRENDERERV2WIDGET_H
#endif // QGSRULEBASEDRENDERERWIDGET_H
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a3db4e3

Please sign in to comment.