Replace Q_SIGNALS and Q_SLOTS

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

@ -264,9 +264,9 @@
</widget> </widget>
</grid> </grid>
</widget> </widget>
<Q_SLOTS> <slots>
<slot access="private">generateFingerprint()</slot> <slot access="private">generateFingerprint()</slot>
</Q_SLOTS> </slots>
<layoutdefaults spacing="6" margin="11"/> <layoutdefaults spacing="6" margin="11"/>
<includes> <includes>
<include location="global" impldecl="in implementation">kactivelabel.h</include> <include location="global" impldecl="in implementation">kactivelabel.h</include>

@ -162,12 +162,12 @@
<slot>manualAuth()</slot> <slot>manualAuth()</slot>
</connection> </connection>
</connections> </connections>
<Q_SLOTS> <slots>
<slot>manualAuth()</slot> <slot>manualAuth()</slot>
<slot>respondSMP()</slot> <slot>respondSMP()</slot>
<slot>openHelp()</slot> <slot>openHelp()</slot>
<slot>cancelSMP()</slot> <slot>cancelSMP()</slot>
</Q_SLOTS> </slots>
<layoutdefaults spacing="6" margin="11"/> <layoutdefaults spacing="6" margin="11"/>
<includes> <includes>
<include location="global" impldecl="in implementation">klineedit.h</include> <include location="global" impldecl="in implementation">klineedit.h</include>

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

Loading…
Cancel
Save