Skip to content

Commit fc6b338

Browse files
committed
add fix for file missed in d83ed0aa1a0
1 parent 3da32c0 commit fc6b338

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

python/plugins/db_manager/ui/DlgDbError.ui

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<ui version="4.0">
3-
<class>DlgDbError</class>
4-
<widget class="QDialog" name="DlgDbError">
3+
<class>DbManagerDlgDbError</class>
4+
<widget class="QDialog" name="DbManagerDlgDbError">
55
<property name="geometry">
66
<rect>
77
<x>0</x>
@@ -103,7 +103,7 @@
103103
<connection>
104104
<sender>buttonBox</sender>
105105
<signal>accepted()</signal>
106-
<receiver>DlgDbError</receiver>
106+
<receiver>DbManagerDlgDbError</receiver>
107107
<slot>accept()</slot>
108108
<hints>
109109
<hint type="sourcelabel">
@@ -119,7 +119,7 @@
119119
<connection>
120120
<sender>buttonBox</sender>
121121
<signal>rejected()</signal>
122-
<receiver>DlgDbError</receiver>
122+
<receiver>DbManagerDlgDbError</receiver>
123123
<slot>reject()</slot>
124124
<hints>
125125
<hint type="sourcelabel">

0 commit comments

Comments
 (0)