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-04 21:25:37 +0900 |
commit | 6ba6bda93037b9a0f73525d0dd7ca124c1702a9b (patch) | |
tree | 69580627338e02daa48bb11d87c04e3c721ef476 | |
parent | 8719cde040402e4a154edd21ca502e9e3a478c86 (diff) | |
download | twin-style-crystal-6ba6bda93037b9a0f73525d0dd7ca124c1702a9b.tar.gz twin-style-crystal-6ba6bda93037b9a0f73525d0dd7ca124c1702a9b.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit e8ec823504f263870631f764709b507d479d2b85)
-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> |