Replace Q_SIGNALS and Q_SLOTS

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

@ -65,8 +65,8 @@
</widget>
</grid>
</widget>
<Q_SLOTS>
<slots>
<slot>button_clicked()</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="2" margin="2"/>
</UI>

@ -466,12 +466,12 @@
<includes>
<include location="local" impldecl="in implementation">kdialog.h</include>
</includes>
<Q_SLOTS>
<slots>
<slot>showDependencies(const TQString&amp;)</slot>
<slot>showAbout()</slot>
<slot>page4()</slot>
<slot>next1()</slot>
<slot>next2()</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="6"/>
</UI>

@ -480,10 +480,10 @@
<includes>
<include location="local" impldecl="in implementation">kdialog.h</include>
</includes>
<Q_SLOTS>
<slots>
<slot>showDependencies(int)</slot>
<slot>about()</slot>
<slot>install()</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="6"/>
</UI>

Loading…
Cancel
Save