diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-02 11:27:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-02 11:27:22 +0900 |
commit | e8ec823504f263870631f764709b507d479d2b85 (patch) | |
tree | 4fb36783fb6cfa254324dc98e88c38ade23fb3aa /client | |
parent | c71f5923072260105da691c5dca65bd25c102ebc (diff) | |
download | twin-style-crystal-e8ec823504f263870631f764709b507d479d2b85.tar.gz twin-style-crystal-e8ec823504f263870631f764709b507d479d2b85.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'client')
-rw-r--r-- | client/config/infodialog.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/config/infodialog.ui b/client/config/infodialog.ui index 5c698d6..1b85e27 100644 --- a/client/config/infodialog.ui +++ b/client/config/infodialog.ui @@ -271,9 +271,9 @@ You may look for the most recent version at kde-look.org:</string> <slot>close()</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot>kURLLabel1_leftURL()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">kurllabel.h</include> |