summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-02 11:24:36 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-03 00:03:07 +0900
commitf9edc9cf5c3b47fb54a5852afc852e4377241f45 (patch)
tree45214e82348f0d122c54abe01e03ae017a658b5c
parent31622296062e9eaafb3429eb84f8780fab22e597 (diff)
downloadbasket-f9edc9cf.tar.gz
basket-f9edc9cf.zip
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 2c8332141b01df7abc385f28faa4549d3fb4fe2b)
-rw-r--r--src/passwordlayout.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/passwordlayout.ui b/src/passwordlayout.ui
index c567afe..41f6924 100644
--- a/src/passwordlayout.ui
+++ b/src/passwordlayout.ui
@@ -104,10 +104,10 @@
</spacer>
</vbox>
</widget>
-<Q_SLOTS>
+<slots>
<slot access="private">changeKey()</slot>
<slot access="private">clearKey()</slot>
-</Q_SLOTS>
+</slots>
<layoutdefaults spacing="0" margin="0"/>
<layoutfunctions spacing="KDialog::spacingHint"/>
</UI>