Replace Q_SIGNALS and Q_SLOTS

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/26/head
Michele Calgaro 3 months ago
parent 9b171f8e17
commit 075ce64528
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -250,7 +250,7 @@
<tabstop>pB_remove</tabstop>
<tabstop>lB_blacklist</tabstop>
</tabstops>
<Q_SLOTS>
<slots>
<slot>buttonOk_released()</slot>
<slot>buttonCancel_released()</slot>
<slot>buttonApply_released()</slot>
@ -261,6 +261,6 @@
<slot>lB_blacklist_selected()</slot>
<slot>lB_blacklist_currentChanged(TQListBoxItem*)</slot>
<slot>lB_blacklist_currentChanged()</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>

@ -2554,7 +2554,7 @@
<tabstop>cB_autostart_neverAsk</tabstop>
<tabstop>buttonHelp</tabstop>
</tabstops>
<Q_SLOTS>
<slots>
<slot>buttonApply_clicked()</slot>
<slot>cB_specificSettings_toggled( bool )</slot>
<slot>cB_SpecificPM_toggled( bool )</slot>
@ -2621,6 +2621,6 @@
<slot>pB_editAutosuspendGBlacklist_clicked()</slot>
<slot>pB_editAutodimmGBlacklist_clicked()</slot>
<slot>sB_autoDimmTime_valueChanged( int )</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>

@ -194,9 +194,9 @@
<slot>pB_cancel_pressed()</slot>
</connection>
</connections>
<Q_SLOTS>
<slots>
<slot>pB_cancel_pressed()</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">kprogress.h</include>

@ -204,8 +204,8 @@
<slot>ButtonOK_clicked()</slot>
</connection>
</connections>
<Q_SLOTS>
<slots>
<slot>ButtonOK_clicked()</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>

@ -96,10 +96,10 @@
<slot>pB_save_clicked()</slot>
</connection>
</connections>
<Q_SLOTS>
<slots>
<slot>pB_close_clicked()</slot>
<slot>pB_save_clicked()</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">ktextedit.h</include>

Loading…
Cancel
Save