diff options
author | Michele Calgaro <[email protected]> | 2024-02-02 11:25:41 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-02 11:25:41 +0900 |
commit | 63c2fcedcd98caf7979bc4797029cbcb32433a5a (patch) | |
tree | 9d7404124628fafdc99e21b8b679e5fc0ea29a24 /filters/kspread/latex | |
parent | 56ddbe04dc445c012c568083202ce433c1da7026 (diff) | |
download | koffice-63c2fcedcd98caf7979bc4797029cbcb32433a5a.tar.gz koffice-63c2fcedcd98caf7979bc4797029cbcb32433a5a.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'filters/kspread/latex')
-rw-r--r-- | filters/kspread/latex/export/latexexportdia.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/filters/kspread/latex/export/latexexportdia.ui b/filters/kspread/latex/export/latexexportdia.ui index 0d06f034..0775c562 100644 --- a/filters/kspread/latex/export/latexexportdia.ui +++ b/filters/kspread/latex/export/latexexportdia.ui @@ -655,10 +655,10 @@ <slot>removeLanguage()</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot>addLanguage()</slot> <slot>removeLanguage()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">kcombobox.h</include> |