Fixed os2 compilation.

This commit is contained in:
Martin Rotter 2014-01-29 20:34:52 +01:00
parent 95e98c7dac
commit 522c78fb48

View File

@ -91,7 +91,7 @@
</widget>
</item>
<item row="2" column="0" colspan="2">
<widget class="QDialogButtonBox" name="m_btnBox">
<widget class="QDialogButtonBox" name="m_buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
@ -105,7 +105,7 @@
<resources/>
<connections>
<connection>
<sender>m_btnBox</sender>
<sender>m_buttonBox</sender>
<signal>accepted()</signal>
<receiver>FormWelcome</receiver>
<slot>accept()</slot>