diff options
author | Michele Calgaro <[email protected]> | 2024-02-03 16:25:50 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-03 16:25:50 +0900 |
commit | 0d9263f836b892b03742c494bd236d57b63ebb19 (patch) | |
tree | 04c0eed9cc0285d87fa42e37a69ab19e5aa017ca /khotkeys/kcontrol/ui/action_group_tab_ui.ui | |
parent | 4484e51ca69d3080fac8692a7a203c49dc47ab1e (diff) | |
download | tdebase-0d9263f836b892b03742c494bd236d57b63ebb19.tar.gz tdebase-0d9263f836b892b03742c494bd236d57b63ebb19.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'khotkeys/kcontrol/ui/action_group_tab_ui.ui')
-rw-r--r-- | khotkeys/kcontrol/ui/action_group_tab_ui.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/khotkeys/kcontrol/ui/action_group_tab_ui.ui b/khotkeys/kcontrol/ui/action_group_tab_ui.ui index 69d51ef55..5e56226a9 100644 --- a/khotkeys/kcontrol/ui/action_group_tab_ui.ui +++ b/khotkeys/kcontrol/ui/action_group_tab_ui.ui @@ -98,9 +98,9 @@ </widget> </vbox> </widget> -<Q_SLOTS> +<slots> <slot access="protected" specifier="pure virtual">action_group_name_changed( const TQString& )</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">ktextedit.h</include> |