diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-05 11:19:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-05 11:19:09 +0900 |
commit | 8423a99b3f4530263c4d16364e834ecf83fd9b3b (patch) | |
tree | f874f6e5d2dcb8e3d1892f48d1150b3174ebd846 /noatun | |
parent | 286a061a4cd8a904a0b16b5be4c274a20935d5df (diff) | |
download | tdemultimedia-8423a99b3f4530263c4d16364e834ecf83fd9b3b.tar.gz tdemultimedia-8423a99b3f4530263c4d16364e834ecf83fd9b3b.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'noatun')
-rw-r--r-- | noatun/modules/kaiman/SKIN-SPECS | 2 | ||||
-rw-r--r-- | noatun/modules/simple/propertiesdialog.ui | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/noatun/modules/kaiman/SKIN-SPECS b/noatun/modules/kaiman/SKIN-SPECS index ae293014..bc3533ad 100644 --- a/noatun/modules/kaiman/SKIN-SPECS +++ b/noatun/modules/kaiman/SKIN-SPECS @@ -247,7 +247,7 @@ Digit_Large/Digit_Small_Default: filename Image file. Contains digits horizontally from 0 to 9, and a blank space. These two digits are a convenience function, if you want to use a digit more than - once it is quicker to load it into on of these two Q_SLOTS. Then when using the digit + once it is quicker to load it into on of these two slots. Then when using the digit in the number item type below, use the words 'Large' or 'Small' in place of the filename. 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> |