Fix unintended renames.

pull/1/head
Darrell Anderson 10 years ago
parent 25d4683267
commit afb74575ca

@ -733,7 +733,7 @@
<bool>true</bool>
</property>
<property name="whatsThis" stdset="0">
<string>The list of all the custom widget's Q_SLOTS.</string>
<string>The list of all the custom widget's slots.</string>
</property>
</widget>
<widget class="TQLabel" row="2" column="0">

@ -1136,7 +1136,7 @@ Build Files</string>
<sender>srcPackagePushButton</sender>
<signal>clicked()</signal>
<receiver>packaging_dialog</receiver>
<slot>Q_SLOTSrcPackagePushButtonPressed()</slot>
<slot>slotSrcPackagePushButtonPressed()</slot>
</connection>
<connection>
<sender>importSPECPushButton</sender>
@ -1205,7 +1205,7 @@ Build Files</string>
<slot>slotbuildAllPushButtonPressed()</slot>
<slot>slotexportSPECPushButtonPressed()</slot>
<slot>slotimportSPECPushButtonPressed()</slot>
<slot>Q_SLOTSrcPackagePushButtonPressed()</slot>
<slot>slotSrcPackagePushButtonPressed()</slot>
<slot>slotAddFileButtonPressed()</slot>
<slot>slotRemoveFile(TQListBoxItem *item)</slot>
</Q_SLOTS>

Loading…
Cancel
Save