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>
</grid>
</widget>
<Q_SLOTS>
<slots>
<slot access="private">generateFingerprint()</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">kactivelabel.h</include>

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

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

Loading…
Cancel
Save