summaryrefslogtreecommitdiffstats
path: root/kdat
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-03 16:25:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-04 21:52:17 +0900
commitf2ee6cfd5c5c79cbe0c0944884e573f246dfd5ff (patch)
treeeb2710591d8c0fc67c3f2fc74596085f3d89f77b /kdat
parent7ad2f154f24ac01a33118779950bcdfe0d16ca94 (diff)
downloadtdeadmin-f2ee6cfd.tar.gz
tdeadmin-f2ee6cfd.zip
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e7940db72a0799b53bd75579f066a9341ea3ce39)
Diffstat (limited to 'kdat')
-rw-r--r--kdat/OptionsDlgWidget.ui8
1 files changed, 4 insertions, 4 deletions
diff --git a/kdat/OptionsDlgWidget.ui b/kdat/OptionsDlgWidget.ui
index d5e7767..c7464a0 100644
--- a/kdat/OptionsDlgWidget.ui
+++ b/kdat/OptionsDlgWidget.ui
@@ -374,16 +374,16 @@ You must still specify the block size.</string>
<include location="global" impldecl="in implementation">kdialog.h</include>
<include location="local" impldecl="in implementation">OptionsDlgWidget.ui.h</include>
</includes>
-<Q_SIGNALS>
+<signals>
<signal>doBrowseTapeDevice()</signal>
<signal>doBrowseTarCommand()</signal>
<signal>valueChanged()</signal>
-</Q_SIGNALS>
-<Q_SLOTS>
+</signals>
+<slots>
<slot access="protected">slotValueChanged()</slot>
<slot access="protected">slotBrowseTapeDevice()</slot>
<slot access="protected">slotBrowseTarCommand()</slot>
-</Q_SLOTS>
+</slots>
<layoutdefaults spacing="11" margin="6"/>
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
</UI>