diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-03 16:22:15 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-04 21:51:31 +0900 |
| commit | 8923dcc36fef71e4ffaf58085642255450761262 (patch) | |
| tree | 63e1ef9c9c928cb347a53878832675e07f15ef5b /kttsd/plugins/command | |
| parent | 79f019f19e44c3daa3b60d1c983690045cf4db11 (diff) | |
| download | tdeaccessibility-8923dcc36fef71e4ffaf58085642255450761262.tar.gz tdeaccessibility-8923dcc36fef71e4ffaf58085642255450761262.zip | |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 2ce6b371816292d249824aa157691968d8310c00)
Diffstat (limited to 'kttsd/plugins/command')
| -rw-r--r-- | kttsd/plugins/command/commandconfwidget.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kttsd/plugins/command/commandconfwidget.ui b/kttsd/plugins/command/commandconfwidget.ui index 64d804c..8491898 100644 --- a/kttsd/plugins/command/commandconfwidget.ui +++ b/kttsd/plugins/command/commandconfwidget.ui @@ -214,8 +214,8 @@ <include location="global" impldecl="in implementation">kpushbutton.h</include> <include location="global" impldecl="in implementation">kcombobox.h</include> </includes> -<Q_SIGNALS> +<signals> <signal>configurationChanged()</signal> -</Q_SIGNALS> +</signals> <layoutdefaults spacing="6" margin="11"/> </UI> |
