Skip to content

Commit 669ac1b

Browse files
committed
fix case
1 parent 3e197ae commit 669ac1b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/customwidgets/qgscolorbuttonplugin.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/***************************************************************************
22
qgscolorbuttonplugin.h
33
--------------------------------------
4-
Date : 18.08.2014
4+
Date : 25.04.2014
55
Copyright : (C) 2014 Denis Rouzaud
66
Email : denis.rouzaud@gmail.com
77
***************************************************************************
@@ -13,8 +13,8 @@
1313
* *
1414
***************************************************************************/
1515

16-
#ifndef QgsColorButtonPLUGIN_H
17-
#define QgsColorButtonPLUGIN_H
16+
#ifndef QGSCOLORBUTTONPLUGIN_H
17+
#define QGSCOLORBUTTONPLUGIN_H
1818

1919

2020
#include <QtGlobal>
@@ -52,4 +52,4 @@ class CUSTOMWIDGETS_EXPORT QgsColorButtonPlugin : public QObject, public QDesign
5252
QString whatsThis() const override;
5353
QString domXml() const override;
5454
};
55-
#endif // QgsColorButtonPLUGIN_H
55+
#endif // QGSCOLORBUTTONPLUGIN_H

0 commit comments

Comments
 (0)