This commit is contained in:
Denis Rouzaud 2016-08-04 16:24:16 +02:00
parent 3e197ae74a
commit 669ac1b5c2

View File

@ -1,7 +1,7 @@
/***************************************************************************
qgscolorbuttonplugin.h
--------------------------------------
Date : 18.08.2014
Date : 25.04.2014
Copyright : (C) 2014 Denis Rouzaud
Email : denis.rouzaud@gmail.com
***************************************************************************
@ -13,8 +13,8 @@
* *
***************************************************************************/
#ifndef QgsColorButtonPLUGIN_H
#define QgsColorButtonPLUGIN_H
#ifndef QGSCOLORBUTTONPLUGIN_H
#define QGSCOLORBUTTONPLUGIN_H
#include <QtGlobal>
@ -52,4 +52,4 @@ class CUSTOMWIDGETS_EXPORT QgsColorButtonPlugin : public QObject, public QDesign
QString whatsThis() const override;
QString domXml() const override;
};
#endif // QgsColorButtonPLUGIN_H
#endif // QGSCOLORBUTTONPLUGIN_H