diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-02 11:27:10 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-04 21:25:02 +0900 |
| commit | b61a8c7513a9d32cef5d8cd2a286353249df89b3 (patch) | |
| tree | 3d7e7038b5673f19c15f1a80ed8c65fc69a256a6 /src/info_Dialog.ui | |
| parent | c03872d3d0ef1a2cb0b6e0727d4daa9a6fd8737c (diff) | |
| download | tdepowersave-b61a8c75.tar.gz tdepowersave-b61a8c75.zip | |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 075ce6452805df80e2c76f7ece8b6377f24bef6b)
Diffstat (limited to 'src/info_Dialog.ui')
| -rw-r--r-- | src/info_Dialog.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/info_Dialog.ui b/src/info_Dialog.ui index f018148..61d9a9b 100644 --- a/src/info_Dialog.ui +++ b/src/info_Dialog.ui @@ -204,8 +204,8 @@ <slot>ButtonOK_clicked()</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot>ButtonOK_clicked()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> </UI> |
