OS/2 fix.

This commit is contained in:
Martin Rotter 2015-11-30 06:23:06 +01:00
parent 1178787bc1
commit 2dc6e51e4b

6
src/gui/dialogs/formaddaccount.ui Normal file → Executable file
View File

@ -13,7 +13,7 @@
<property name="windowTitle">
<string>Add new account</string>
</property>
<widget class="QDialogButtonBox" name="buttonBox">
<widget class="QDialogButtonBox" name="m_buttonBox">
<property name="geometry">
<rect>
<x>30</x>
@ -33,7 +33,7 @@
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<sender>m_buttonBox</sender>
<signal>accepted()</signal>
<receiver>FormAddAccount</receiver>
<slot>accept()</slot>
@ -49,7 +49,7 @@
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<sender>m_buttonBox</sender>
<signal>rejected()</signal>
<receiver>FormAddAccount</receiver>
<slot>reject()</slot>