summaryrefslogtreecommitdiffstats
path: root/arts/builder
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-05 11:19:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-06 10:18:46 +0900
commitb71a5b9b6a73eb786afc7d967e26f03a264e0f40 (patch)
tree6aec1d1087c529cf9f649920c552366dd10aae7d /arts/builder
parent39a4235db1ca9b470a13686c534c2f10cf6be1b1 (diff)
downloadtdemultimedia-b71a5b9b6a73eb786afc7d967e26f03a264e0f40.tar.gz
tdemultimedia-b71a5b9b6a73eb786afc7d967e26f03a264e0f40.zip
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8423a99b3f4530263c4d16364e834ecf83fd9b3b)
Diffstat (limited to 'arts/builder')
-rw-r--r--arts/builder/TODO2
-rw-r--r--arts/builder/propertypanelbase.ui4
2 files changed, 3 insertions, 3 deletions
diff --git a/arts/builder/TODO b/arts/builder/TODO
index 8b962aa5..139f22b2 100644
--- a/arts/builder/TODO
+++ b/arts/builder/TODO
@@ -41,7 +41,7 @@ Wishlist for the artsbuilder app:
this should be very useful in editing objects with lots of properties
(widgets)
-- make _changed Q_SIGNALS visible so you can connect the value_changed of a
+- make _changed signals visible so you can connect the value_changed of a
poti to the frequency of a filter
- make it possible to edit parent property of widgets (i.e. to insert one
diff --git a/arts/builder/propertypanelbase.ui b/arts/builder/propertypanelbase.ui
index 0ff20382..875f6813 100644
--- a/arts/builder/propertypanelbase.ui
+++ b/arts/builder/propertypanelbase.ui
@@ -355,8 +355,8 @@
<slot>setEnabled(bool)</slot>
</connection>
</connections>
-<Q_SLOTS>
+<slots>
<slot access="protected">setTitleFont()</slot>
-</Q_SLOTS>
+</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>