diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-05 11:20:32 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-06 10:20:02 +0900 |
commit | 48c2f91aee7fffc81968e318bd033b127d3ee043 (patch) | |
tree | 8bd65e9676d591409c60e2d25d522e1c272ea6f0 /quanta/dialogs/dtepeditdlgs.ui | |
parent | dd3ce2e1c41671cffcb72c90f88f536269079869 (diff) | |
download | tdewebdev-48c2f91aee7fffc81968e318bd033b127d3ee043.tar.gz tdewebdev-48c2f91aee7fffc81968e318bd033b127d3ee043.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d567067b8302ba24a6ac8979db29cfaadc1875e8)
Diffstat (limited to 'quanta/dialogs/dtepeditdlgs.ui')
-rw-r--r-- | quanta/dialogs/dtepeditdlgs.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quanta/dialogs/dtepeditdlgs.ui b/quanta/dialogs/dtepeditdlgs.ui index 6e38acd2..ca68fcff 100644 --- a/quanta/dialogs/dtepeditdlgs.ui +++ b/quanta/dialogs/dtepeditdlgs.ui @@ -1957,12 +1957,12 @@ Example: <b>//&nbsp;EOL,&nbsp;/*&nbsp;*/</b></string> <tabstop>editStructButton</tabstop> <tabstop>deleteStructButton</tabstop> </tabstops> -<Q_SLOTS> +<slots> <slot access="protected">slotEditStructGroup()</slot> <slot>slotAddStructGroup()</slot> <slot>slotDeleteStructGroup()</slot> <slot>slotFamilyChanged(int)</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">kpushbutton.h</include> |