Replace Q_SIGNALS and Q_SLOTS

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

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

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

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

Loading…
Cancel
Save