summaryrefslogtreecommitdiffstats
path: root/juk/exampleoptionsbase.ui
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-05 11:19:09 +0900
commit8423a99b3f4530263c4d16364e834ecf83fd9b3b (patch)
treef874f6e5d2dcb8e3d1892f48d1150b3174ebd846 /juk/exampleoptionsbase.ui
parent286a061a4cd8a904a0b16b5be4c274a20935d5df (diff)
downloadtdemultimedia-8423a99b3f4530263c4d16364e834ecf83fd9b3b.tar.gz
tdemultimedia-8423a99b3f4530263c4d16364e834ecf83fd9b3b.zip
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'juk/exampleoptionsbase.ui')
-rw-r--r--juk/exampleoptionsbase.ui8
1 files changed, 4 insertions, 4 deletions
diff --git a/juk/exampleoptionsbase.ui b/juk/exampleoptionsbase.ui
index 87563c25..c5a09acf 100644
--- a/juk/exampleoptionsbase.ui
+++ b/juk/exampleoptionsbase.ui
@@ -267,15 +267,15 @@
<tabstop>m_exampleTrack</tabstop>
<tabstop>m_exampleYear</tabstop>
</tabstops>
-<Q_SIGNALS>
+<signals>
<signal>dataChanged()</signal>
<signal>fileChanged()</signal>
-</Q_SIGNALS>
-<Q_SLOTS>
+</signals>
+<slots>
<slot access="protected">exampleSelectionChanged()</slot>
<slot access="protected">exampleDataChanged()</slot>
<slot access="protected">exampleFileChanged()</slot>
-</Q_SLOTS>
+</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">klineedit.h</include>