diff options
author | Michele Calgaro <[email protected]> | 2024-02-02 11:26:46 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-02 11:26:46 +0900 |
commit | b3aed46acb0a6d0dc3952a0eb2fe39302aeb4e66 (patch) | |
tree | 91208d2520c54de449efd5e50d894e5c8565cfc7 /configdialog/kbfxthemeinfo.ui | |
parent | 43379ee382fcc18c575c57fdae218a7d0e51e526 (diff) | |
download | kbfx-b3aed46acb0a6d0dc3952a0eb2fe39302aeb4e66.tar.gz kbfx-b3aed46acb0a6d0dc3952a0eb2fe39302aeb4e66.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'configdialog/kbfxthemeinfo.ui')
-rw-r--r-- | configdialog/kbfxthemeinfo.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configdialog/kbfxthemeinfo.ui b/configdialog/kbfxthemeinfo.ui index 9687b51..05a5f00 100644 --- a/configdialog/kbfxthemeinfo.ui +++ b/configdialog/kbfxthemeinfo.ui @@ -581,9 +581,9 @@ <includes> <include location="local" impldecl="in implementation">kbfxthemeinfo.ui.h</include> </includes> -<Q_SLOTS> +<slots> <slot>hideSpacer()</slot> -</Q_SLOTS> +</slots> <functions> <function access="private" specifier="non virtual">init()</function> </functions> |