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-02 11:24:36 +0900 |
commit | 2c8332141b01df7abc385f28faa4549d3fb4fe2b (patch) | |
tree | f81afebb908583c96ad5908d2df9b2d5164d452c /src | |
parent | bea15ca3009c2f8505bfa10445c1dc2fc43a4ffe (diff) | |
download | basket-2c8332141b01df7abc385f28faa4549d3fb4fe2b.tar.gz basket-2c8332141b01df7abc385f28faa4549d3fb4fe2b.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src')
-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> |