diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-02 11:24:36 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-03 00:03:07 +0900 |
| commit | f9edc9cf5c3b47fb54a5852afc852e4377241f45 (patch) | |
| tree | 45214e82348f0d122c54abe01e03ae017a658b5c | |
| parent | 31622296062e9eaafb3429eb84f8780fab22e597 (diff) | |
| download | basket-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.ui | 4 |
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> |
