Replace Q_SIGNALS and Q_SLOTS

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/39/head
Michele Calgaro 3 months ago
parent 64efc07618
commit 22c5ef630f
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -1837,13 +1837,13 @@
<variables>
<variable access="private">KFireSaver * fireSaverWidget;</variable>
</variables>
<Q_SLOTS>
<slots>
<slot>applyButton_clicked()</slot>
<slot>updatePreview()</slot>
<slot>writeConfig()</slot>
<slot>readConfig()</slot>
<slot>useButton_clicked()</slot>
</Q_SLOTS>
</slots>
<functions>
<function access="private" specifier="non virtual">init()</function>
<function access="private">destroy()</function>

@ -547,7 +547,7 @@ Change [s]</string>
<slot>m2ColorButtonClickedSlot()</slot>
</connection>
</connections>
<Q_SLOTS>
<slots>
<slot>okButtonClickedSlot()</slot>
<slot>aboutButtonClickedSlot()</slot>
<slot>mEditLostFocusSlot(void)</slot>
@ -558,7 +558,7 @@ Change [s]</string>
<slot>barColorButtonClickedSlot(void)</slot>
<slot>m1ColorButtonClickedSlot(void)</slot>
<slot>m2ColorButtonClickedSlot(void)</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">sspreviewarea.h</include>

@ -470,7 +470,7 @@
<slot>thetaEnteredSlot(const TQString&amp;)</slot>
</connection>
</connections>
<Q_SLOTS>
<slots>
<slot>okButtonClickedSlot()</slot>
<slot>aboutButtonClickedSlot()</slot>
<slot>randomTracesToggled(bool)</slot>
@ -480,7 +480,7 @@
<slot>lengthEnteredSlot(const TQString&amp;)</slot>
<slot>LzEnteredSlot(const TQString&amp;)</slot>
<slot>thetaEnteredSlot(const TQString&amp;)</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">sspreviewarea.h</include>

Loading…
Cancel
Save