Skip to content

Commit 03392c9

Browse files
committedMar 21, 2013
Fix missing conversion from QgsColorButtonV2 to QgsColorButton
1 parent c966dbf commit 03392c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/plugins/grass/qgsgrassregionbase.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ or change the following values</string>
199199
</spacer>
200200
</item>
201201
<item row="0" column="1">
202-
<widget class="QgsColorButtonV2" name="mColorButton">
202+
<widget class="QgsColorButton" name="mColorButton">
203203
<property name="minimumSize">
204204
<size>
205205
<width>64</width>
@@ -234,7 +234,7 @@ or change the following values</string>
234234
</widget>
235235
<customwidgets>
236236
<customwidget>
237-
<class>QgsColorButtonV2</class>
237+
<class>QgsColorButton</class>
238238
<extends>QPushButton</extends>
239239
<header>qgscolorbutton.h</header>
240240
</customwidget>

0 commit comments

Comments
 (0)
Please sign in to comment.