summaryrefslogtreecommitdiffstats
path: root/kaudiocreator
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 /kaudiocreator
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 'kaudiocreator')
-rw-r--r--kaudiocreator/cdconfig.ui4
-rw-r--r--kaudiocreator/encoderconfig.ui4
-rw-r--r--kaudiocreator/general.ui4
-rw-r--r--kaudiocreator/wizard.ui4
4 files changed, 8 insertions, 8 deletions
diff --git a/kaudiocreator/cdconfig.ui b/kaudiocreator/cdconfig.ui
index c0756c83..50133562 100644
--- a/kaudiocreator/cdconfig.ui
+++ b/kaudiocreator/cdconfig.ui
@@ -54,8 +54,8 @@
</spacer>
</vbox>
</widget>
-<Q_SLOTS>
+<slots>
<slot access="protected" specifier="non virtual">configureAudioCD()</slot>
-</Q_SLOTS>
+</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>
diff --git a/kaudiocreator/encoderconfig.ui b/kaudiocreator/encoderconfig.ui
index 66a3daaa..338bac68 100644
--- a/kaudiocreator/encoderconfig.ui
+++ b/kaudiocreator/encoderconfig.ui
@@ -286,8 +286,8 @@
<includes>
<include location="local" impldecl="in implementation">encoderconfig.ui.h</include>
</includes>
-<Q_SLOTS>
+<slots>
<slot>encoderWizard()</slot>
-</Q_SLOTS>
+</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>
diff --git a/kaudiocreator/general.ui b/kaudiocreator/general.ui
index 3e29240c..2fd465f3 100644
--- a/kaudiocreator/general.ui
+++ b/kaudiocreator/general.ui
@@ -278,8 +278,8 @@
<includes>
<include location="local" impldecl="in implementation">general.ui.h</include>
</includes>
-<Q_SLOTS>
+<slots>
<slot access="protected" specifier="non virtual">updateExample()</slot>
-</Q_SLOTS>
+</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>
diff --git a/kaudiocreator/wizard.ui b/kaudiocreator/wizard.ui
index 970a5e84..0bda9d41 100644
--- a/kaudiocreator/wizard.ui
+++ b/kaudiocreator/wizard.ui
@@ -392,7 +392,7 @@
<includes>
<include location="local" impldecl="in implementation">wizard.ui.h</include>
</includes>
-<Q_SLOTS>
+<slots>
<slot access="private">homePressed()</slot>
<slot>extensionPressed()</slot>
<slot access="private">trackTitlePressed()</slot>
@@ -405,6 +405,6 @@
<slot>artistPressed()</slot>
<slot>commentPressed()</slot>
<slot>fileFormatTextChanged( const TQString &amp; text )</slot>
-</Q_SLOTS>
+</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>