summaryrefslogtreecommitdiffstats
path: root/tdeioslave
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-03 16:25:50 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-03 16:25:50 +0900
commit0d9263f836b892b03742c494bd236d57b63ebb19 (patch)
tree04c0eed9cc0285d87fa42e37a69ab19e5aa017ca /tdeioslave
parent4484e51ca69d3080fac8692a7a203c49dc47ab1e (diff)
downloadtdebase-0d9263f836b892b03742c494bd236d57b63ebb19.tar.gz
tdebase-0d9263f836b892b03742c494bd236d57b63ebb19.zip
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeioslave')
-rw-r--r--tdeioslave/media/propsdlgplugin/propertiespagegui.ui8
1 files changed, 4 insertions, 4 deletions
diff --git a/tdeioslave/media/propsdlgplugin/propertiespagegui.ui b/tdeioslave/media/propsdlgplugin/propertiespagegui.ui
index 2a6ff899e..5d461b406 100644
--- a/tdeioslave/media/propsdlgplugin/propertiespagegui.ui
+++ b/tdeioslave/media/propsdlgplugin/propertiespagegui.ui
@@ -372,12 +372,12 @@ Display the short name as is; store a long name when the short name is not all u
<variables>
<variable>bool m_hasChanged;</variable>
</variables>
-<Q_SIGNALS>
+<signals>
<signal>changed()</signal>
-</Q_SIGNALS>
-<Q_SLOTS>
+</signals>
+<slots>
<slot access="protected">changedSlot()</slot>
-</Q_SLOTS>
+</slots>
<functions>
<function returnType="bool">hasChanged()</function>
</functions>