summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-02 11:26:56 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-04 21:23:12 +0900
commit56f4ac3a7d78ab3e3c1293f69f629f740a40e4b1 (patch)
tree3cc72529e74205c705fcb45a46d0e130f3cac61b
parent1570bf7f376a1c76beab3c20e0556d3b8236eae9 (diff)
downloadkrusader-56f4ac3a.tar.gz
krusader-56f4ac3a.zip
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8d87cac6a311a3c7de5a2676e234a6eb1b258c10)
-rw-r--r--krusader/calc.ui4
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>