summaryrefslogtreecommitdiffstats
path: root/kcontrol/style
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-03 16:25:50 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-03 16:25:50 +0900
commit0d9263f836b892b03742c494bd236d57b63ebb19 (patch)
tree04c0eed9cc0285d87fa42e37a69ab19e5aa017ca /kcontrol/style
parent4484e51ca69d3080fac8692a7a203c49dc47ab1e (diff)
downloadtdebase-0d9263f836b892b03742c494bd236d57b63ebb19.tar.gz
tdebase-0d9263f836b892b03742c494bd236d57b63ebb19.zip
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kcontrol/style')
-rw-r--r--kcontrol/style/stylepreview.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/style/stylepreview.ui b/kcontrol/style/stylepreview.ui
index ed6d2e43a..6b2f2a51c 100644
--- a/kcontrol/style/stylepreview.ui
+++ b/kcontrol/style/stylepreview.ui
@@ -276,10 +276,10 @@
<include location="local" impldecl="in implementation">kdialog.h</include>
<include location="local" impldecl="in implementation">stylepreview.ui.h</include>
</includes>
-<Q_SLOTS>
+<slots>
<slot>init()</slot>
<slot returnType="bool">eventFilter( TQObject *, TQEvent * ev )</slot>
-</Q_SLOTS>
+</slots>
<layoutdefaults spacing="6" margin="10"/>
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
</UI>