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