diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-03 16:25:50 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-04 21:55:56 +0900 |
| commit | 28b6fb9bca417fc77b27d9f09fd0516d9efce657 (patch) | |
| tree | 43b47e4aa7d7d4a1cceec9ccc6a02461ec2e63ae /khotkeys/kcontrol/ui/voice_input_widget_ui.ui | |
| parent | 71079cacc232b2d895d8a6bb15448464e489d850 (diff) | |
| download | tdebase-28b6fb9b.tar.gz tdebase-28b6fb9b.zip | |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0d9263f836b892b03742c494bd236d57b63ebb19)
Diffstat (limited to 'khotkeys/kcontrol/ui/voice_input_widget_ui.ui')
| -rw-r--r-- | khotkeys/kcontrol/ui/voice_input_widget_ui.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/khotkeys/kcontrol/ui/voice_input_widget_ui.ui b/khotkeys/kcontrol/ui/voice_input_widget_ui.ui index bcd113c57..8ccb8a9e2 100644 --- a/khotkeys/kcontrol/ui/voice_input_widget_ui.ui +++ b/khotkeys/kcontrol/ui/voice_input_widget_ui.ui @@ -90,11 +90,11 @@ <slot>slotPlayPressed()</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot access="protected" specifier="pure virtual">slotRecordPressed()</slot> <slot access="protected" specifier="pure virtual">slotPlayPressed()</slot> <slot access="protected" specifier="pure virtual">slotStopPressed()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">kpushbutton.h</include> |
