diff options
author | Michele Calgaro <[email protected]> | 2024-02-02 11:26:56 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-02 11:26:56 +0900 |
commit | 8d87cac6a311a3c7de5a2676e234a6eb1b258c10 (patch) | |
tree | e00f2dbf1519e26cc3efda4d55a279ee51172aff | |
parent | 184496dac00969ac18f548eb465a07e929522504 (diff) | |
download | krusader-8d87cac6a311a3c7de5a2676e234a6eb1b258c10.tar.gz krusader-8d87cac6a311a3c7de5a2676e234a6eb1b258c10.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | krusader/calc.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/krusader/calc.ui b/krusader/calc.ui index 27a32ef..46326c8 100644 --- a/krusader/calc.ui +++ b/krusader/calc.ui @@ -247,7 +247,7 @@ <slot>one()</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot>one()</slot> <slot>two()</slot> <slot>three()</slot> @@ -262,6 +262,6 @@ <slot>minus()</slot> <slot>equals()</slot> <slot>setCap()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> </UI> |