Replace Q_SIGNALS and Q_SLOTS

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

@ -146,9 +146,9 @@
<tabstop>m_port</tabstop>
<tabstop>btnAdd</tabstop>
</tabstops>
<Q_SLOTS>
<slots>
<slot>btnAdd_clicked()</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">klineedit.h</include>

@ -338,7 +338,7 @@
<tabstop>peerIP</tabstop>
<tabstop>btnAdd</tabstop>
</tabstops>
<Q_SLOTS>
<slots>
<slot>btnAdd_clicked()</slot>
<slot>btnRemove_clicked()</slot>
<slot>btnClear_clicked()</slot>
@ -346,7 +346,7 @@
<slot>btnSave_clicked()</slot>
<slot>btnOk_clicked()</slot>
<slot>btnApply_clicked()</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">kpushbutton.h</include>

@ -132,9 +132,9 @@
<slot>reject()</slot>
</connection>
</connections>
<Q_SLOTS>
<slots>
<slot>btnOK_clicked()</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">klineedit.h</include>

@ -699,7 +699,7 @@
<tabstop>btnDequeue</tabstop>
<tabstop>seedList</tabstop>
</tabstops>
<Q_SLOTS>
<slots>
<slot>btnMoveUp_clicked()</slot>
<slot>btnMoveDown_clicked()</slot>
<slot>btnEnqueue_clicked()</slot>
@ -711,7 +711,7 @@
<slot>btnClose_clicked()</slot>
<slot>btnMoveTop_clicked()</slot>
<slot>btnMoveBottom_clicked()</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">kpushbutton.h</include>

@ -508,12 +508,12 @@
<forwards>
<forward>class TQListViewItem;</forward>
</forwards>
<Q_SLOTS>
<slots>
<slot>btnRemoveNode_clicked()</slot>
<slot>btnAddNode_clicked()</slot>
<slot>m_node_textChanged(const TQString&amp;)</slot>
<slot>m_nodeList_selectionChanged(TQListViewItem*)</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">kcombobox.h</include>

@ -295,14 +295,14 @@
<forwards>
<forward>class TQListViewItem;</forward>
</forwards>
<Q_SLOTS>
<slots>
<slot>btnChange_clicked()</slot>
<slot>listTrackers_currentChanged(TQListViewItem*)</slot>
<slot>btnUpdate_clicked()</slot>
<slot>btnAdd_clicked()</slot>
<slot>btnRemove_clicked()</slot>
<slot>btnRestore_clicked()</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">kpushbutton.h</include>

@ -146,10 +146,10 @@
<slot>btnCancel_clicked()</slot>
</connection>
</connections>
<Q_SLOTS>
<slots>
<slot>btnClose_clicked()</slot>
<slot>btnCancel_clicked()</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">kprogress.h</include>

@ -188,11 +188,11 @@ NOTE: ZIP file from bluetack.co.uk is supported.</string>
<slot>setEnabled(bool)</slot>
</connection>
</connections>
<Q_SLOTS>
<slots>
<slot>btnDownload_clicked()</slot>
<slot>checkUseLevel1_toggled(bool)</slot>
<slot>checkUseKTfilter_toggled(bool)</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">kpushbutton.h</include>

@ -838,14 +838,14 @@
<tabstop>dlCat3</tabstop>
<tabstop>ulCat3</tabstop>
</tabstops>
<Q_SLOTS>
<slots>
<slot>btnOk_clicked()</slot>
<slot>btnApply_clicked()</slot>
<slot>btnCancel_clicked()</slot>
<slot>btnSave_clicked()</slot>
<slot>btnLoad_clicked()</slot>
<slot>btnReset_clicked()</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">bwswidget.h</include>

@ -137,10 +137,10 @@
<slot>useColors_toggled(bool)</slot>
</connection>
</connections>
<Q_SLOTS>
<slots>
<slot>btnEditBWS_toggled(bool)</slot>
<slot>btnEditBWS_clicked()</slot>
<slot>useColors_toggled(bool)</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>

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

@ -239,10 +239,10 @@
<slot>changeLedState()</slot>
</connection>
</connections>
<Q_SLOTS>
<slots>
<slot>btnUpdate_clicked()</slot>
<slot>changeLedState()</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">kled.h</include>

Loading…
Cancel
Save