diff options
author | Michele Calgaro <[email protected]> | 2024-02-05 11:19:09 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-06 10:18:46 +0900 |
commit | b71a5b9b6a73eb786afc7d967e26f03a264e0f40 (patch) | |
tree | 6aec1d1087c529cf9f649920c552366dd10aae7d /noatun/modules/simple | |
parent | 39a4235db1ca9b470a13686c534c2f10cf6be1b1 (diff) | |
download | tdemultimedia-b71a5b9b6a73eb786afc7d967e26f03a264e0f40.tar.gz tdemultimedia-b71a5b9b6a73eb786afc7d967e26f03a264e0f40.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 8423a99b3f4530263c4d16364e834ecf83fd9b3b)
Diffstat (limited to 'noatun/modules/simple')
-rw-r--r-- | noatun/modules/simple/propertiesdialog.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noatun/modules/simple/propertiesdialog.ui b/noatun/modules/simple/propertiesdialog.ui index ca13195a..9ac59ed1 100644 --- a/noatun/modules/simple/propertiesdialog.ui +++ b/noatun/modules/simple/propertiesdialog.ui @@ -341,8 +341,8 @@ <include location="global" impldecl="in declaration">kmimetype.h</include> <include location="local" impldecl="in implementation">propertiesdialog.ui.h</include> </includes> -<Q_SLOTS> +<slots> <slot specifier="non virtual">setPlayObject( PlaylistItem pi, Arts::PlayObject po )</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> </UI> |