diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-03 16:26:30 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-03 16:26:30 +0900 |
commit | 8240e696414576ea5e95894bb1c332eaab03d9ec (patch) | |
tree | 8723f8af749f83f961a6d3a76d60b9ec257e9c4d /kig | |
parent | 69e4de2f4cee257151ca13b207dc677b2d958fed (diff) | |
download | tdeedu-8240e696414576ea5e95894bb1c332eaab03d9ec.tar.gz tdeedu-8240e696414576ea5e95894bb1c332eaab03d9ec.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kig')
-rw-r--r-- | kig/modes/edittypebase.ui | 4 | ||||
-rw-r--r-- | kig/modes/typesdialogbase.ui | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kig/modes/edittypebase.ui b/kig/modes/edittypebase.ui index c0ed56cf..f8078404 100644 --- a/kig/modes/edittypebase.ui +++ b/kig/modes/edittypebase.ui @@ -270,11 +270,11 @@ <slot>cancelSlot()</slot> </connection> </connections> -<Q_SLOTS> +<slots> <slot>helpSlot()</slot> <slot>okSlot()</slot> <slot>cancelSlot()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">klineedit.h</include> diff --git a/kig/modes/typesdialogbase.ui b/kig/modes/typesdialogbase.ui index bea69868..5aa9f34b 100644 --- a/kig/modes/typesdialogbase.ui +++ b/kig/modes/typesdialogbase.ui @@ -316,7 +316,7 @@ <forwards> <forward>class TQListViewItem;</forward> </forwards> -<Q_SLOTS> +<slots> <slot access="protected">deleteType()</slot> <slot access="protected">exportType()</slot> <slot>helpSlot()</slot> @@ -325,7 +325,7 @@ <slot access="protected">editType()</slot> <slot access="protected">contextMenuRequested( TQListViewItem* i, const TQPoint& p, int c )</slot> <slot>cancelSlot()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">kpushbutton.h</include> |